mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX remove redundant DB name switch in TestRunner
From what I can see, this doesn't actually do anything, except cause an error with cookie setting after HTTP body is sent when tests fail.
This commit is contained in:
parent
76932f7a00
commit
8335de49b3
@ -365,6 +365,5 @@ class TestRunner extends Controller {
|
||||
|
||||
public function tearDown() {
|
||||
SapphireTest::kill_temp_db();
|
||||
DB::set_alternative_database_name(null);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user