Skip to content

Commit

Permalink
Fix tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Jun 1, 2024
1 parent a400b41 commit 458c385
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ protected function getPackageAliases($app)
];
}

/**
* Define database migrations.
*
* @return void
*/
protected function defineDatabaseMigrations()
{
$this->loadMigrationsFrom(__DIR__.'/Stubs/database/migrations');
}

/**
* Mock an instance of an object in the container.
*
Expand Down

0 comments on commit 458c385

Please sign in to comment.