diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-29 04:45:11 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-29 04:45:11 +0000 |
commit | 1a685474e698ce3e90dbae87f6a1f83966d9ef63 (patch) | |
tree | 309dd1ee9c5321635ef2a676373d324153fe9e1e /modules/simpletest/drupal_web_test_case.php | |
parent | 4e90d24dd9ff1474bf679f70a351dee371e87b51 (diff) | |
download | brdo-1a685474e698ce3e90dbae87f6a1f83966d9ef63.tar.gz brdo-1a685474e698ce3e90dbae87f6a1f83966d9ef63.tar.bz2 |
#851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust.
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index c5c63d8c5..e50adda62 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -611,8 +611,6 @@ class DrupalUnitTestCase extends DrupalTestCase { // Store necessary current values before switching to the test environment. $this->originalFileDirectory = variable_get('file_public_path', conf_path() . '/files'); - spl_autoload_register('db_autoload'); - // Reset all statics so that test is performed with a clean environment. drupal_static_reset(); |