mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:34:02 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
596f5682d0
commit
f7c44506d3
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class CommandsTest extends TestCase
|
||||||
$this->assertFalse(DB::table('users')->exists());
|
$this->assertFalse(DB::table('users')->exists());
|
||||||
DB::table('users')->insert(['name' => 'xxx', 'password' => bcrypt('password'), 'email' => 'foo@bar.xxx']);
|
DB::table('users')->insert(['name' => 'xxx', 'password' => bcrypt('password'), 'email' => 'foo@bar.xxx']);
|
||||||
$this->assertTrue(DB::table('users')->exists());
|
$this->assertTrue(DB::table('users')->exists());
|
||||||
|
|
||||||
// test that db is wiped
|
// test that db is wiped
|
||||||
Artisan::call('tenants:migrate-fresh');
|
Artisan::call('tenants:migrate-fresh');
|
||||||
$this->assertFalse(DB::table('users')->exists());
|
$this->assertFalse(DB::table('users')->exists());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue