Skip to content

Commit c5c106b

Browse files
committed
fix tests
1 parent 48ac2cd commit c5c106b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/TestCase.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ protected function getPackageProviders($app)
2929
protected function getEnvironmentSetUp($app)
3030
{
3131

32-
// import the CreatePostsTable class from the migration
33-
include_once __DIR__ . '/../database/migrations/create_transactions_table.php.stub';
32+
// // import the CreatePostsTable class from the migration
33+
// include_once __DIR__ . '/../database/migrations/create_transactions_table.php.stub';
3434

35-
// run the up() method of that migration class
36-
(new \CreateTransactionsTable)->up();
35+
// // run the up() method of that migration class
36+
// (new \CreateTransactionsTable)->up();
3737
}
3838

3939
protected function createCustomer($description = 'imad', array $options = []): User

0 commit comments

Comments
 (0)