summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/taxonomy_test.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/taxonomy_test.test')
-rw-r--r--modules/simpletest/tests/taxonomy_test.test6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/simpletest/tests/taxonomy_test.test b/modules/simpletest/tests/taxonomy_test.test
index 27dfe308b..9d51e328f 100644
--- a/modules/simpletest/tests/taxonomy_test.test
+++ b/modules/simpletest/tests/taxonomy_test.test
@@ -2,9 +2,6 @@
// $Id$
class TaxonomyHooksTestCase extends DrupalWebTestCase {
- /**
- * Implementation of getInfo().
- */
function getInfo() {
return array(
'name' => t('Taxonomy term hooks'),
@@ -13,9 +10,6 @@ class TaxonomyHooksTestCase extends DrupalWebTestCase {
);
}
- /**
- * Implementation of setUp().
- */
function setUp() {
parent::setUp('taxonomy', 'taxonomy_test');
$taxonomy_admin = $this->drupalCreateUser(array('administer taxonomy'));