X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Frouting%2FTests%2FAnnotation%2FRouteTest.php;fp=vendor%2Fsymfony%2Frouting%2FTests%2FAnnotation%2FRouteTest.php;h=9af22f29f802f354607e7a5663839199d998c881;hp=2a6f32ee75bf4eb73490d6295664ab6a8de990fa;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/symfony/routing/Tests/Annotation/RouteTest.php b/vendor/symfony/routing/Tests/Annotation/RouteTest.php index 2a6f32ee7..9af22f29f 100644 --- a/vendor/symfony/routing/Tests/Annotation/RouteTest.php +++ b/vendor/symfony/routing/Tests/Annotation/RouteTest.php @@ -47,13 +47,4 @@ class RouteTest extends TestCase array('condition', 'context.getMethod() == "GET"', 'getCondition'), ); } - - /** - * @group legacy - */ - public function testLegacyGetPattern() - { - $route = new Route(array('value' => '/Blog')); - $this->assertEquals($route->getPattern(), '/Blog'); - } }