mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 01:34:02 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
2cf96423b0
commit
a5437472ae
25 changed files with 83 additions and 70 deletions
|
|
@ -13,7 +13,7 @@ class DatabaseManagerTest extends TestCase
|
|||
tenancy()->init();
|
||||
tenancy()->disconnectDatabase();
|
||||
$new_connection_name = app(\Illuminate\Database\DatabaseManager::class)->connection()->getName();
|
||||
|
||||
|
||||
$this->assertSame($old_connection_name, $new_connection_name);
|
||||
$this->assertNotEquals('tenant', $new_connection_name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue