diff options
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. |