diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-10-23 13:30:04 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-10-23 13:30:04 +0200 |
commit | c140058b66ea40af6859e2bb565564f1f56a37ae (patch) | |
tree | 2c21c36780b20eaf2dbd826feff64b3ff4d7a2e1 /_test/cases/inc/parser/parser.group.php | |
parent | 467394f64fcb5840be550db8319252af35df7b93 (diff) | |
download | rpg-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/parser.group.php')
-rw-r--r-- | _test/cases/inc/parser/parser.group.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/_test/cases/inc/parser/parser.group.php b/_test/cases/inc/parser/parser.group.php index f1ba38e56..bfd086999 100644 --- a/_test/cases/inc/parser/parser.group.php +++ b/_test/cases/inc/parser/parser.group.php @@ -30,12 +30,4 @@ class ParserGroupTest extends GroupTest { } -/** -* Conditional test runner -*/ -if (!defined('TEST_RUNNING')) { - define('TEST_RUNNING', true); - $test = &new ParserGroupTest(); - $test->run(new HtmlReporter()); -} ?> |