From 8335de49b3dacd614819af5f7ce12157bb38d6b9 Mon Sep 17 00:00:00 2001 From: Will Morgan Date: Fri, 9 May 2014 10:15:53 +0100 Subject: [PATCH] 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. --- dev/TestRunner.php | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/TestRunner.php b/dev/TestRunner.php index e91b7b75b..4de6b9d39 100755 --- a/dev/TestRunner.php +++ b/dev/TestRunner.php @@ -365,6 +365,5 @@ class TestRunner extends Controller { public function tearDown() { SapphireTest::kill_temp_db(); - DB::set_alternative_database_name(null); } }