From edb84630e824a6a0c89b6594702e574fa6f395ca Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 13 Jun 2010 13:14:18 +0000 Subject: - Patch #826104 by kiamlaluno: constructor for DrupalTestCase is reported to be the constructor for DrupalWebTestCase. --- 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 90929e77b..0c832e53b 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -63,7 +63,7 @@ abstract class DrupalTestCase { protected $skipClasses = array(__CLASS__ => TRUE); /** - * Constructor for DrupalWebTestCase. + * Constructor for DrupalTestCase. * * @param $test_id * Tests with the same id are reported together. -- cgit v1.2.3