summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/lexer.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/cases/inc/parser/lexer.test.php')
-rw-r--r--_test/cases/inc/parser/lexer.test.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/_test/cases/inc/parser/lexer.test.php b/_test/cases/inc/parser/lexer.test.php
index 8c7eeae71..818009f92 100644
--- a/_test/cases/inc/parser/lexer.test.php
+++ b/_test/cases/inc/parser/lexer.test.php
@@ -593,18 +593,4 @@ class TestOfLexerByteIndices extends UnitTestCase {
}
-/**
-* Conditional test runner
-*/
-if (!defined('TEST_RUNNING')) {
- define('TEST_RUNNING', true);
- $test = & new GroupTest('LexerTests');
- $test->addTestCase(new TestOfLexerParallelRegex());
- $test->addTestCase(new TestOfLexerStateStack());
- $test->addTestCase(new TestOfLexer());
- $test->addTestCase(new TestOfLexerModes());
- $test->addTestCase(new TestOfLexerHandlers());
- $test->addTestCase(new TestOfLexerByteIndices());
- $test->run(new HtmlReporter());
-}
?>