mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:14:03 +00:00
wip
This commit is contained in:
parent
1578a196c9
commit
fa40abde19
4 changed files with 10 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ class CommandsTest extends TestCase
|
|||
{
|
||||
public $autoInitTenancy = false;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
|
@ -30,6 +30,7 @@ class CommandsTest extends TestCase
|
|||
/** @test */
|
||||
public function migrate_command_works_without_options()
|
||||
{
|
||||
$this->assertFalse(Schema::hasTable('users'));
|
||||
Artisan::call('tenants:migrate');
|
||||
$this->assertFalse(Schema::hasTable('users'));
|
||||
tenancy()->init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue