From d7a63ff98814c19108808624b957c6335c58caa5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Nov 2010 20:37:34 +0000 Subject: - Patch #851136 by Damien Tournoud, Crell, chx: make the database autoloading more robust. --- modules/simpletest/drupal_web_test_case.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/simpletest') 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(); -- cgit v1.2.3