File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 33namespace Yuges \Subscribable \Tests ;
44
55use Illuminate \Contracts \Config \Repository ;
6- use Orchestra \Testbench \Attributes \WithMigration ;
6+ use Orchestra \Testbench \Attributes \WithMigration ;
77use Illuminate \Foundation \Testing \RefreshDatabase ;
88use Yuges \Subscribable \Providers \SubscribableServiceProvider ;
99
10- #[WithMigration]
10+ #[WithMigration]
1111class TestCase extends \Orchestra \Testbench \TestCase
1212{
1313 use RefreshDatabase;
@@ -26,14 +26,14 @@ protected function defineEnvironment($app)
2626 });
2727 }
2828
29- protected function getPackageProviders ($ app )
29+ protected function getPackageProviders ($ app )
3030 {
3131 return [
3232 SubscribableServiceProvider::class,
3333 ];
3434 }
3535
36- protected function defineDatabaseMigrations ()
36+ protected function defineDatabaseMigrations ()
3737 {
3838 $ this ->loadMigrationsFrom ([
3939 __DIR__ . '/../../database/migrations/ ' ,
You can’t perform that action at this time.
0 commit comments