Skip to content

Commit 574266f

Browse files
committed
Remove misleading assertion.
1 parent 6e69a35 commit 574266f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/Routing/ChainRouterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,7 @@ public function testMatchWithRequestMatchersNotFound()
407407

408408
$this->router->add($high, 20);
409409

410-
$result = $this->router->match($url);
411-
$this->assertEquals(array('test'), $result);
410+
$this->router->match($url);
412411
}
413412

414413
/**

0 commit comments

Comments
 (0)