File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66use Illuminate \Events \Dispatcher ;
77use Illuminate \Container \Container ;
88use Dingo \Api \Routing \Adapter \Laravel ;
9- use Illuminate \Routing \RouteCollection ;
109
1110class LaravelTest extends BaseAdapterTest
1211{
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function testCreatingNewRoute()
3737 'throttle ' => 'Dingo\Api\Tests\Stubs\BasicThrottleStub ' ,
3838 'version ' => ['v1 ' ],
3939 'conditionalRequest ' => false ,
40- 'middleware ' => 'foo.bar '
40+ 'middleware ' => 'foo.bar ' ,
4141 ],
4242 ]);
4343
@@ -66,7 +66,7 @@ public function testControllerOptionsMergeAndOverrideRouteOptions()
6666 'version ' => ['v1 ' ],
6767 'conditionalRequest ' => false ,
6868 'uses ' => 'Dingo\Api\Tests\Stubs\RoutingControllerStub@index ' ,
69- 'middleware ' => 'foo.bar '
69+ 'middleware ' => 'foo.bar ' ,
7070 ],
7171 ]);
7272
You can’t perform that action at this time.
0 commit comments