mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
Update TenantDatabaseManagerTest.php
This commit is contained in:
parent
931e33c6ea
commit
d536f545ec
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ test('template tenant connection config can be both connection name or connectio
|
|||
$manager = $tenant->database()->manager();
|
||||
expect($manager->databaseExists($name))->toBeTrue();
|
||||
expect($manager->database()->getConfig('host'))->toBe('mysql2');
|
||||
})->group('current');
|
||||
});
|
||||
|
||||
// Datasets
|
||||
dataset('database_managers', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue