Skip to content

Commit 318f1f5

Browse files
committed
Update test case
1 parent e6da372 commit 318f1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ protected function setUp(): void
3030
return 'Soap\\WorkflowStorage\\Database\\Factories\\'.class_basename($modelName).'Factory';
3131

3232
});
33-
//$this->artisan('vendor:publish --tag="workflow-storage-migrations"');
34-
$this->loadMigrationsFrom(__DIR__.'/../database/migrations'); // load the package migrations
33+
$this->artisan('vendor:publish --tag="workflow-storage-migrations"');
34+
//$this->loadMigrationsFrom(__DIR__.'/../database/migrations'); // load the package migrations
3535
}
3636

3737
protected function getPackageProviders($app)

0 commit comments

Comments
 (0)