summaryrefslogtreecommitdiff
path: root/modules/block/block.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block/block.test')
-rw-r--r--modules/block/block.test9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/block/block.test b/modules/block/block.test
index c54e13213..0a203338c 100644
--- a/modules/block/block.test
+++ b/modules/block/block.test
@@ -2,9 +2,6 @@
// $Id$
class BlockTestCase extends DrupalWebTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('Block functionality'),
@@ -13,9 +10,6 @@ class BlockTestCase extends DrupalWebTestCase {
);
}
- /**
- * Implementation of setUp().
- */
function setUp() {
parent::setUp();
@@ -134,9 +128,6 @@ class BlockTestCase extends DrupalWebTestCase {
}
class NonDefaultBlockAdmin extends DrupalWebTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('Non default theme admin'),