1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-08-06 06:54:03 +00:00

Delete redundant tenants:migrate from the DB_URL exception test

This commit is contained in:
lukinovec 2026-06-30 07:07:11 +02:00
parent e75ac38751
commit 184348924f

View file

@ -136,8 +136,6 @@ test('database tenancy bootstrapper throws an exception if DB_URL is set', funct
$tenant = Tenant::create(); $tenant = Tenant::create();
pest()->artisan('tenants:migrate');
config(['database.connections.central.url' => $databaseUrl]); config(['database.connections.central.url' => $databaseUrl]);
if ($databaseUrl) { if ($databaseUrl) {