From 9e704fcae45e20e2bec18fab2a10895c3148cc7c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 23 Apr 2017 17:51:01 +0100 Subject: [PATCH] Updated testing database connection issue --- tests/BrowserKitTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }