mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Fixed chapter breadcrumbs and testing issues
This commit is contained in:
@ -22,6 +22,12 @@ abstract class BrowserKitTest extends TestCase
|
||||
private $admin;
|
||||
private $editor;
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
\DB::disconnect('mysql_testing');
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates the application.
|
||||
*
|
||||
|
Reference in New Issue
Block a user