1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:34:04 +00:00

Regression test w/ markTestIncomplete()

This commit is contained in:
Samuel Štancl 2019-10-19 23:51:46 +02:00
parent c01c40e715
commit 7ea6d24b89
2 changed files with 18 additions and 1 deletions

View file

@ -52,8 +52,8 @@ class DatabaseManager
{
// Opposite order to connect() because we don't
// want to ever purge the central connection
$this->switchConnection($this->originalDefaultConnectionName);
$this->setDefaultConnection($this->originalDefaultConnectionName);
$this->switchConnection($this->originalDefaultConnectionName);
}
/**