Skip to content

Commit 567e0d5

Browse files
committed
Mark DynamicRouter#match() tests as legacy
1 parent baf6354 commit 567e0d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Unit/Routing/DynamicRouterTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ private function assertRequestAttributes($request)
6161
$this->assertEquals('template', $request->attributes->get(DynamicRouter::CONTENT_TEMPLATE));
6262
}
6363

64+
/**
65+
* @group legacy
66+
*/
6467
public function testMatch()
6568
{
6669
$this->eventDispatcher->expects($this->once())
@@ -89,6 +92,7 @@ public function testMatchRequest()
8992

9093
/**
9194
* @expectedException \Symfony\Component\Routing\Exception\ResourceNotFoundException
95+
* @group legacy
9296
*/
9397
public function testMatchNoRequest()
9498
{

0 commit comments

Comments
 (0)