Skip to content

Commit 20a5ca0

Browse files
committed
#108364 fix test
1 parent a6b3988 commit 20a5ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/GenerateServerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
assertStringContainsString(
162162
"use App\Http\Controllers\Controller11;\n".
163163
"use App\Http\Controllers\Controller2;\n".
164+
"use App\Http\Controllers\Foo\TestController;\n" .
164165
"use App\Http\Controllers\FooItemsController;\n".
165166
"use App\Http\Controllers\FoosController;\n",
166167
$routes

0 commit comments

Comments
 (0)