We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7e086 commit d28abdeCopy full SHA for d28abde
1 file changed
tests/TenantDatabaseManagerTest.php
@@ -564,7 +564,6 @@
564
// fail before we even get to actual deleteDatabase() logic.
565
$tenant = Tenant::make([
566
'tenancy_db_name' => $invalidDatabaseName,
567
- 'tenancy_db_username' => 'valid-username',
568
]);
569
570
expect(fn () => $manager->createDatabase($tenant))
0 commit comments