From 76aedbefe05d9f5b8aad9573635a07045efa392a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 Jun 2008 19:50:54 +0000 Subject: - Patch #267813 by alpritt: fixed some user module tests. --- modules/simpletest/drupal_test_suite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/drupal_test_suite.php') diff --git a/modules/simpletest/drupal_test_suite.php b/modules/simpletest/drupal_test_suite.php index 9aa428391..cdc681203 100644 --- a/modules/simpletest/drupal_test_suite.php +++ b/modules/simpletest/drupal_test_suite.php @@ -36,7 +36,7 @@ class DrupalTests extends DrupalTestSuite { */ function DrupalTests($class_list = NULL) { static $classes; - $this->DrupalTestSuite('Drupal Unit Tests'); + $this->DrupalTestSuite('Drupal unit tests'); // Tricky part to avoid double inclusion. if (!$classes) { -- cgit v1.2.3