diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-06-13 13:14:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-06-13 13:14:18 +0000 |
commit | edb84630e824a6a0c89b6594702e574fa6f395ca (patch) | |
tree | 5a9868a618145acc2c2421f934ee3f00c6958d0c | |
parent | 38401e3815a62d3cc0bf0195d634d9facacc0f01 (diff) | |
download | brdo-edb84630e824a6a0c89b6594702e574fa6f395ca.tar.gz brdo-edb84630e824a6a0c89b6594702e574fa6f395ca.tar.bz2 |
- Patch #826104 by kiamlaluno: constructor for DrupalTestCase is reported to be the constructor for DrupalWebTestCase.
-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. |