mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:04:03 +00:00
wip
This commit is contained in:
parent
13cdc03103
commit
73c818f975
7 changed files with 88 additions and 17 deletions
|
|
@ -40,7 +40,7 @@ class TenantDatabaseManagerTest extends TestCase
|
|||
/** @test */
|
||||
public function mysql_database_can_be_created_and_deleted()
|
||||
{
|
||||
if (! $this->isTravis()) {
|
||||
if (! $this->isContainerized()) {
|
||||
$this->markTestSkipped('As to not bloat your MySQL instance with test databases, this test is not run by default.');
|
||||
}
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ class TenantDatabaseManagerTest extends TestCase
|
|||
/** @test */
|
||||
public function mysql_database_can_be_created_and_deleted_using_queued_commands()
|
||||
{
|
||||
if (! $this->isTravis()) {
|
||||
if (! $this->isContainerized()) {
|
||||
$this->markTestSkipped('As to not bloat your MySQL instance with test databases, this test is not run by default.');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue