We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9b25a commit 906b7edCopy full SHA for 906b7ed
tests/PackageServiceProviderTests/PackageViewsTest.php
@@ -28,6 +28,6 @@ public function it_can_publish_the_views()
28
->artisan('vendor:publish --tag=laravel-package-tools-views')
29
->assertExitCode(0);
30
31
- $this->assertFileExists(base_path('resources/views/vendor/laravel-package-tools/test.blade.php'));
+ $this->assertFileExists(base_path('resources/views/vendor/package-tools/test.blade.php'));
32
}
33
0 commit comments