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:
Will Morgan 2014-05-09 10:15:53 +01:00
parent 76932f7a00
commit 8335de49b3

View File

@ -365,6 +365,5 @@ class TestRunner extends Controller {
public function tearDown() {
SapphireTest::kill_temp_db();
DB::set_alternative_database_name(null);
}
}