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