summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/parser_footnote.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/cases/inc/parser/parser_footnote.test.php')
-rw-r--r--_test/cases/inc/parser/parser_footnote.test.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/_test/cases/inc/parser/parser_footnote.test.php b/_test/cases/inc/parser/parser_footnote.test.php
index 2bcfb3472..d08b2e358 100644
--- a/_test/cases/inc/parser/parser_footnote.test.php
+++ b/_test/cases/inc/parser/parser_footnote.test.php
@@ -374,11 +374,3 @@ class TestOfDoku_Parser_Footnote extends TestOfDoku_Parser {
}
}
-/**
-* Conditional test runner
-*/
-if (!defined('TEST_RUNNING')) {
- define('TEST_RUNNING', true);
- $test = &new TestOfDoku_Parser_Footnote();
- $test->run(new HtmlReporter());
-}