We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8719149 commit 81b46d8Copy full SHA for 81b46d8
tests/Routing/RouteCollectionTest.php
@@ -166,7 +166,6 @@ public function testRouteCollectionCanGetAllRoutes()
166
$this->assertEquals($allRoutes, $this->routeCollection->getRoutes());
167
}
168
169
-
170
public function testRouteCollectionCleansUpOverwrittenRoutes()
171
{
172
// Create two routes with the same path and method.
@@ -192,8 +191,5 @@ public function testRouteCollectionCleansUpOverwrittenRoutes()
192
191
// The lookups of $routeB are still there.
193
$this->assertEquals($routeB, $this->routeCollection->getByName('overwrittenRouteA'));
194
$this->assertEquals($routeB, $this->routeCollection->getByAction('OverwrittenView@view'));
195
196
197
198
199
0 commit comments