Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2017-04-23 17:51:01 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
9e704fcae45e20e2bec18fab2a10895c3148cc7c
9e704fca
1 parent
fdd816b1
Updated testing database connection issue
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/BrowserKitTest.php
tests/BrowserKitTest.php
View file @
9e704fc
...
...
@@ -24,7 +24,7 @@ abstract class BrowserKitTest extends TestCase
public
function
tearDown
()
{
\DB
::
disconnect
(
'mysql_testing'
);
\DB
::
disconnect
();
parent
::
tearDown
();
}
...
...
Please
register
or
sign in
to post a comment