File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ class StubsTest extends TestCase
99 public function test_stubs_correctly_registered (): void
1010 {
1111 app (Dispatcher::class)->dispatch ($ event = new \Illuminate \Foundation \Events \PublishingStubs ([]));
12-
12+
1313 $ this ->assertEquals (
1414 [
15- ' /app/ src/Console/stubs/control.stub ' => 'controller.stub ' ,
16- ' /app/ src/Console/stubs/perimeter.plain.stub ' => 'perimeter.plain.stub ' ,
17- ' /app/ src/Console/stubs/perimeter.overlay.stub ' => 'perimeter.overlay.stub ' ,
15+ realpath ( __DIR__ . ' /../../ src/Console/stubs/control.stub ') => 'controller.stub ' ,
16+ realpath ( __DIR__ . ' /../../ src/Console/stubs/perimeter.plain.stub ') => 'perimeter.plain.stub ' ,
17+ realpath ( __DIR__ . ' /../../ src/Console/stubs/perimeter.overlay.stub ') => 'perimeter.overlay.stub ' ,
1818 ],
1919 $ event ->stubs
2020 );
You can’t perform that action at this time.
0 commit comments