From 4c976d51e6cc375055ab298b49e9ae2928e618dc Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 1 Oct 2008 00:27:29 +0000 Subject: #281446 by xqus, dropcube, and catch: Improve the requirements check for the installer. Awesome. --- modules/simpletest/drupal_web_test_case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 1971d92f5..7b6eca355 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -691,7 +691,7 @@ class DrupalWebTestCase { // Add the specified modules to the list of modules in the default profile. $args = func_get_args(); - $modules = array_unique(array_merge(drupal_verify_profile('default', 'en'), $args)); + $modules = array_unique(array_merge(drupal_get_profile_modules('default', 'en'), $args)); drupal_install_modules($modules); // Because the schema is static cached, we need to flush -- cgit v1.2.3