mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:54:03 +00:00
Use correct path to impersonation migrations in test
This commit is contained in:
parent
0508429e0f
commit
ed96aee669
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class TenantUserImpersonationTest extends TestCase
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
$this->artisan('migrate', [
|
$this->artisan('migrate', [
|
||||||
'--path' => __DIR__ . '/../assets/2020_05_15_000010_create_tenant_user_impersonation_tokens_table.php',
|
'--path' => __DIR__ . '/../assets/impersonation-migrations',
|
||||||
'--realpath' => true,
|
'--realpath' => true,
|
||||||
])->assertExitCode(0);
|
])->assertExitCode(0);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue