1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 13:14:05 +00:00

Fix guzzle issue

This commit is contained in:
Samuel Štancl 2020-06-28 18:24:41 +02:00
parent 34d3189d61
commit 8bf673098b
2 changed files with 10 additions and 1 deletions

View file

@ -213,4 +213,10 @@ class TenantDatabaseManagerTest extends TestCase
$manager->setConnection('mysql2');
$this->assertTrue($manager->databaseExists($name));
}
/** @test */
public function path_used_by_sqlite_manager_can_be_customized()
{
}
}