Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / routing / Tests / Annotation / RouteTest.php
index 2a6f32ee75bf4eb73490d6295664ab6a8de990fa..9af22f29f802f354607e7a5663839199d998c881 100644 (file)
@@ -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');
-    }
 }