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