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

Get multiple envs (redis/db) to run correctly

This commit is contained in:
Samuel Štancl 2019-09-17 19:39:57 +02:00
parent 9c9858e97e
commit 8565cc7acc
19 changed files with 31 additions and 35 deletions

View file

@ -17,7 +17,7 @@ class QueueTest extends TestCase
/** @test */
public function queues_use_non_tenant_db_connection()
{
// todo finish this test. requires using the db driver
// todo2 finish this test. requires using the db driver
$this->markTestIncomplete();
}