mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
Update tests/CommandsTest.php
Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
36cc49a344
commit
036df6c5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class CommandsTest extends TestCase
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
config('tenancy.migrations_paths', [database_path('migrations/tenant')]);
|
config('tenancy.migrations_paths', [database_path('../migrations')]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue