From a7f559567d432aa5292031ceecec1cb126a8ac1a Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 20 Oct 2022 12:45:42 +0500 Subject: [PATCH] Update TenantDatabaseManagerTest.php --- tests/TenantDatabaseManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantDatabaseManagerTest.php b/tests/TenantDatabaseManagerTest.php index 9817d194..e16da85b 100644 --- a/tests/TenantDatabaseManagerTest.php +++ b/tests/TenantDatabaseManagerTest.php @@ -267,7 +267,7 @@ test('tenant database can be created on a foreign server by using the host from expect($manager->databaseExists($name))->toBeTrue(); }); -test('tenant database can be created using host and credentials from the tenant config', closure: function () { +test('tenant database can be created using connection key from the tenant config for permission controller manager', function () { config([ 'tenancy.database.managers.mysql' => PermissionControlledMySQLDatabaseManager::class, 'tenancy.database.template_tenant_connection' => 'mysql',