Skip to content

Instantly share code, notes, and snippets.

@dmp1ce
Created March 2, 2012 01:43
Show Gist options
  • Save dmp1ce/1954723 to your computer and use it in GitHub Desktop.
Save dmp1ce/1954723 to your computer and use it in GitHub Desktop.
Alternate diff for http://drupal.org/node/1448042
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