1
0
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:
Dan Brown
2017-04-22 14:08:12 +01:00
parent a323b0d49c
commit 82e2c523e6
4 changed files with 13 additions and 2 deletions

View File

@ -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.
*