1
0
Fork 0
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:
stancl 2019-08-02 17:53:11 +00:00 committed by StyleCI Bot
parent 2cf96423b0
commit a5437472ae
25 changed files with 83 additions and 70 deletions

View file

@ -139,7 +139,7 @@ class TenantDatabaseManagerTest extends TestCase
config()->set('tenancy.queue_database_deletion', true);
$db_name = 'testdatabase' . $this->randomString(10) . '.sqlite';
app(DatabaseManager::class)->delete($db_name, 'sqlite');
Queue::assertPushed(QueuedTenantDatabaseDeleter::class);
}
}