Skip to content

Commit 7acb7fb

Browse files
committed
fix casing
1 parent ccf76c5 commit 7acb7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ protected function getPackageProviders($app)
2626
protected function defineDatabaseMigrations()
2727
{
2828
$this->loadMigrationsFrom(__DIR__ . '/../database/migrations');
29-
$this->loadMigrationsFrom(__DIR__ . '/fixtures/migrations');
29+
$this->loadMigrationsFrom(__DIR__ . '/Fixtures/migrations');
3030
}
3131
}

0 commit comments

Comments
 (0)