mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04: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()
|
||||
{
|
||||
\DB::disconnect('mysql_testing');
|
||||
\DB::disconnect();
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user