summaryrefslogtreecommitdiff
path: root/modules/simpletest/drupal_web_test_case.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-27 12:36:53 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-27 12:36:53 +0000
commita4ed5f2cdf5fa9e000db96df5550d5e582e5846b (patch)
tree4220ab656855cc1695f87c3a935be52525451661 /modules/simpletest/drupal_web_test_case.php
parent94bf1a44a9def2571c81502d4fdaf891b2da89cd (diff)
downloadbrdo-a4ed5f2cdf5fa9e000db96df5550d5e582e5846b.tar.gz
brdo-a4ed5f2cdf5fa9e000db96df5550d5e582e5846b.tar.bz2
#323477 follow-up by sun: Minor follow-ups to testing profile.
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r--modules/simpletest/drupal_web_test_case.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index 739aaa74f..d9a1fa29c 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -1221,8 +1221,8 @@ class DrupalWebTestCase extends DrupalTestCase {
// Run the profile tasks.
$install_profile_module_exists = db_query("SELECT 1 FROM {system} WHERE type = 'module' AND name = :name", array(
- ':name' => $this->profile))
- ->fetchField();
+ ':name' => $this->profile,
+ ))->fetchField();
if ($install_profile_module_exists) {
module_enable(array($this->profile), FALSE);
}