File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
PackageServiceProviderTests
TestPackage/Src/Providers Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ public function configurePackage(Package $package)
16
16
17
17
it ('will set the base path to the Src dir when the laravel folder organisation is applied ' , function () {
18
18
$ provider = new ServiceProvider (app ());
19
- expect ($ provider ->getPackageBaseDir ())->toEndWith ( DIRECTORY_SEPARATOR .'TestPackage ' .DIRECTORY_SEPARATOR .'Src ' );
19
+ expect ($ provider ->getPackageBaseDir ())->toEndWith (DIRECTORY_SEPARATOR .'TestPackage ' .DIRECTORY_SEPARATOR .'Src ' );
20
20
});
Original file line number Diff line number Diff line change 2
2
3
3
namespace Spatie \LaravelPackageTools \Tests \TestPackage \Src \Providers ;
4
4
5
- use Closure ;
6
5
use Spatie \LaravelPackageTools \Package ;
7
6
use Spatie \LaravelPackageTools \PackageServiceProvider ;
8
7
You can’t perform that action at this time.
0 commit comments