summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/parser_table.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/cases/inc/parser/parser_table.test.php')
-rw-r--r--_test/cases/inc/parser/parser_table.test.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/_test/cases/inc/parser/parser_table.test.php b/_test/cases/inc/parser/parser_table.test.php
index 0f04dbeee..47f790c2d 100644
--- a/_test/cases/inc/parser/parser_table.test.php
+++ b/_test/cases/inc/parser/parser_table.test.php
@@ -548,11 +548,3 @@ def');
}
}
-/**
-* Conditional test runner
-*/
-if (!defined('TEST_RUNNING')) {
- define('TEST_RUNNING', true);
- $test = &new TestOfDoku_Parser_Table();
- $test->run(new HtmlReporter());
-}