summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/lexer.test.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-10-23 13:30:04 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-10-23 13:30:04 +0200
commitc140058b66ea40af6859e2bb565564f1f56a37ae (patch)
tree2c21c36780b20eaf2dbd826feff64b3ff4d7a2e1 /_test/cases/inc/parser/lexer.test.php
parent467394f64fcb5840be550db8319252af35df7b93 (diff)
downloadrpg-c140058b66ea40af6859e2bb565564f1f56a37ae.tar.gz
rpg-c140058b66ea40af6859e2bb565564f1f56a37ae.tar.bz2
more tests fixed (down to 50)
darcs-hash:20051023113004-7ad00-cc03ff18908e81f00bafc8e5e386340e9752bf3f.gz
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());
-}
?>