Skip to content

Commit 021ed72

Browse files
committed
Revert tests.
1 parent 9855ed6 commit 021ed72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Routing/Adapter/LaravelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class LaravelTest extends BaseAdapterTest
1212
{
1313
public function getAdapterInstance()
1414
{
15-
return new Laravel($this->container, new Router(new Dispatcher, $this->container), new RouteCollection);
15+
return new Laravel(new Router(new Dispatcher, $this->container));
1616
}
1717

1818
public function getContainerInstance()

0 commit comments

Comments
 (0)