Skip to content

Commit

Permalink
add migration loading
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 16, 2023
1 parent d8d6a0c commit b9972c3
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 @@ -8,6 +8,16 @@

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

/**
* Get package providers.
*
Expand Down

0 comments on commit b9972c3

Please sign in to comment.