Created
March 2, 2012 01:43
-
-
Save dmp1ce/1954723 to your computer and use it in GitHub Desktop.
Alternate diff for http://drupal.org/node/1448042
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/simpletest_clone_test_case.php b/simpletest_clone_test_case.php | |
index 640353a..cb88f9b 100644 | |
--- a/simpletest_clone_test_case.php | |
+++ b/simpletest_clone_test_case.php | |
@@ -118,6 +118,7 @@ class SimpleTestCloneTestCase extends DrupalWebTestCase { | |
variable_set('mail_system', array('default-system' => 'TestingMailSystem')); | |
drupal_set_time_limit($this->timeLimit); | |
+ $this->setup = TRUE; | |
} | |
/** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment