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 48ac2cd commit c5c106bCopy full SHA for c5c106b
tests/TestCase.php
@@ -29,11 +29,11 @@ protected function getPackageProviders($app)
29
protected function getEnvironmentSetUp($app)
30
{
31
32
- // import the CreatePostsTable class from the migration
33
- include_once __DIR__ . '/../database/migrations/create_transactions_table.php.stub';
+ // // import the CreatePostsTable class from the migration
+ // include_once __DIR__ . '/../database/migrations/create_transactions_table.php.stub';
34
35
- // run the up() method of that migration class
36
- (new \CreateTransactionsTable)->up();
+ // // run the up() method of that migration class
+ // (new \CreateTransactionsTable)->up();
37
}
38
39
protected function createCustomer($description = 'imad', array $options = []): User
0 commit comments