summaryrefslogtreecommitdiff
path: root/modules/simpletest/simpletest.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/simpletest.test')
-rw-r--r--modules/simpletest/simpletest.test6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/simpletest/simpletest.test b/modules/simpletest/simpletest.test
index e319d3334..19278f23c 100644
--- a/modules/simpletest/simpletest.test
+++ b/modules/simpletest/simpletest.test
@@ -13,9 +13,6 @@ class SimpleTestTestCase extends DrupalWebTestCase {
*/
protected $test_ids = array();
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('SimpleTest functionality'),
@@ -27,9 +24,6 @@ class SimpleTestTestCase extends DrupalWebTestCase {
);
}
- /**
- * Implementation of setUp().
- */
function setUp() {
if (!$this->inCURL()) {
parent::setUp('simpletest');