Skip to content

Commit 81b46d8

Browse files
committed
Style fix
1 parent 8719149 commit 81b46d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Routing/RouteCollectionTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ public function testRouteCollectionCanGetAllRoutes()
166166
$this->assertEquals($allRoutes, $this->routeCollection->getRoutes());
167167
}
168168

169-
170169
public function testRouteCollectionCleansUpOverwrittenRoutes()
171170
{
172171
// Create two routes with the same path and method.
@@ -192,8 +191,5 @@ public function testRouteCollectionCleansUpOverwrittenRoutes()
192191
// The lookups of $routeB are still there.
193192
$this->assertEquals($routeB, $this->routeCollection->getByName('overwrittenRouteA'));
194193
$this->assertEquals($routeB, $this->routeCollection->getByAction('OverwrittenView@view'));
195-
196194
}
197-
198-
199195
}

0 commit comments

Comments
 (0)