File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35namespace GeneaLabs \LaravelModelCaching \Tests ;
46
57use GeneaLabs \LaravelModelCaching \Tests \Fixtures \Nova \AuthorResource ;
68use GeneaLabs \LaravelModelCaching \Tests \Fixtures \Nova \BookResource ;
79use GeneaLabs \LaravelModelCaching \Tests \Fixtures \Nova \StoreResource ;
810use GeneaLabs \LaravelModelCaching \Tests \Fixtures \Providers \NovaServiceProvider ;
911use Illuminate \Contracts \Auth \Authenticatable ;
12+ use Illuminate \Support \Facades \Artisan ;
13+ use Inertia \ServiceProvider ;
1014use Laravel \Nova \Nova ;
1115use Laravel \Nova \NovaCoreServiceProvider ;
1216
@@ -34,6 +38,9 @@ public function setUp(): void
3438 });
3539
3640 $ this ->authenticate ();
41+ $ this ->withoutMiddleware ();
42+
43+ Artisan::call ("nova:publish " );
3744 }
3845
3946 protected function authenticate ()
@@ -54,6 +61,7 @@ protected function getPackageProviders($app)
5461 NovaCoreServiceProvider::class,
5562 \Laravel \Nova \NovaServiceProvider::class,
5663 NovaServiceProvider::class,
64+ ServiceProvider::class,
5765 ]
5866 );
5967 }
You can’t perform that action at this time.
0 commit comments