Skip to content

Commit

Permalink
Trying to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mchev committed May 24, 2024
1 parent a174a0f commit 1600f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ protected function getPackageProviders($app): array
protected function setUp(): void
{
parent::setUp();
$this->loadMigrationsFrom(__DIR__ . '/migrations');
$this->loadMigrationsFrom(dirname(__DIR__) . '/migrations');
$this->loadMigrationsFrom(__DIR__ . '../migrations');
$this->loadMigrationsFrom(dirname(__DIR__) . '../migrations');
}

}

0 comments on commit 1600f40

Please sign in to comment.