We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf6354 commit 567e0d5Copy full SHA for 567e0d5
Tests/Unit/Routing/DynamicRouterTest.php
@@ -61,6 +61,9 @@ private function assertRequestAttributes($request)
61
$this->assertEquals('template', $request->attributes->get(DynamicRouter::CONTENT_TEMPLATE));
62
}
63
64
+ /**
65
+ * @group legacy
66
+ */
67
public function testMatch()
68
{
69
$this->eventDispatcher->expects($this->once())
@@ -89,6 +92,7 @@ public function testMatchRequest()
89
92
90
93
/**
91
94
* @expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException
95
96
*/
97
public function testMatchNoRequest()
98
0 commit comments