mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 07:32:39 +01:00
Updated testing database connection issue
This commit is contained in:
parent
fdd816b17d
commit
9e704fcae4
@ -24,7 +24,7 @@ abstract class BrowserKitTest extends TestCase
|
|||||||
|
|
||||||
public function tearDown()
|
public function tearDown()
|
||||||
{
|
{
|
||||||
\DB::disconnect('mysql_testing');
|
\DB::disconnect();
|
||||||
parent::tearDown();
|
parent::tearDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user