mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:54:04 +00:00
Fix #71
This commit is contained in:
parent
ae5527c9a9
commit
a3f37b7f77
7 changed files with 78 additions and 6 deletions
|
|
@ -106,7 +106,6 @@ class TenantManagerTest extends TestCase
|
|||
public function tenancy_can_be_ended()
|
||||
{
|
||||
$originals = [
|
||||
'databasePDO' => DB::connection()->getPDO(),
|
||||
'databaseName' => DB::connection()->getDatabaseName(),
|
||||
'storage_path' => storage_path(),
|
||||
'storage_root' => Storage::disk('local')->getAdapter()->getPathPrefix(),
|
||||
|
|
@ -139,7 +138,6 @@ class TenantManagerTest extends TestCase
|
|||
public function tenancy_can_be_ended_after_reidentification()
|
||||
{
|
||||
$originals = [
|
||||
'databasePDO' => DB::connection()->getPDO(),
|
||||
'databaseName' => DB::connection()->getDatabaseName(),
|
||||
'storage_path' => storage_path(),
|
||||
'storage_root' => Storage::disk('local')->getAdapter()->getPathPrefix(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue