Skip to content

Commit 867f63b

Browse files
committed
tests fix
1 parent 66d8fa8 commit 867f63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GenerateDocumentationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function console_command_does_not_work_with_closure_using_dingo()
9696
/** @test */
9797
public function console_command_work_with_rotes_uses_array()
9898
{
99-
RouteFacade::get('/api/array/laravel/test', [TestController::class, 'withEndpointDescription']);
99+
RouteFacade::get('/array/laravel/test', [TestController::class, 'withEndpointDescription']);
100100

101101
config(['apidoc.routes.0.match.prefixes' => ['api/*']]);
102102
$output = $this->artisan('apidoc:generate');

0 commit comments

Comments
 (0)