summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/lexer.group.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/cases/inc/parser/lexer.group.php')
-rw-r--r--_test/cases/inc/parser/lexer.group.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/_test/cases/inc/parser/lexer.group.php b/_test/cases/inc/parser/lexer.group.php
index cd2528ad7..99ec993be 100644
--- a/_test/cases/inc/parser/lexer.group.php
+++ b/_test/cases/inc/parser/lexer.group.php
@@ -18,12 +18,4 @@ class LexerGroupTest extends GroupTest {
}
-/**
-* Conditional test runner
-*/
-if (!defined('TEST_RUNNING')) {
- define('TEST_RUNNING', true);
- $test = &new LexerGroupTest();
- $test->run(new HtmlReporter());
-}
?>