From: Dan Brown Date: Sun, 23 Apr 2017 16:51:01 +0000 (+0100) Subject: Updated testing database connection issue X-Git-Tag: v0.16.0~1^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/9e704fcae45e20e2bec18fab2a10895c3148cc7c?ds=inline Updated testing database connection issue --- diff --git a/tests/BrowserKitTest.php b/tests/BrowserKitTest.php index 62fa4a190..f8d60239d 100644 --- a/tests/BrowserKitTest.php +++ b/tests/BrowserKitTest.php @@ -24,7 +24,7 @@ abstract class BrowserKitTest extends TestCase public function tearDown() { - \DB::disconnect('mysql_testing'); + \DB::disconnect(); parent::tearDown(); }