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

Add the option to specify connection in DatabaseManager

This commit is contained in:
Samuel Štancl 2019-08-17 15:25:39 +02:00
parent 824d299dcd
commit be077ae73c
3 changed files with 25 additions and 14 deletions

View file

@ -114,6 +114,8 @@ class CommandsTest extends TestCase
->expectsOutput('xyz');
}
// todo check that multiple tenants can be migrated at once using all database engines
/** @test */
public function install_command_works()
{