Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -24,7 +24,7 @@ abstract class BrowserKitTest extends TestCase | ... | @@ -24,7 +24,7 @@ abstract class BrowserKitTest extends TestCase |
| 24 | 24 | ||
| 25 | public function tearDown() | 25 | public function tearDown() |
| 26 | { | 26 | { |
| 27 | - \DB::disconnect('mysql_testing'); | 27 | + \DB::disconnect(); |
| 28 | parent::tearDown(); | 28 | parent::tearDown(); |
| 29 | } | 29 | } |
| 30 | 30 | ... | ... |
-
Please register or sign in to post a comment