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_i18n.test.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_i18n.test.php')
-rw-r--r-- | _test/cases/inc/parser/parser_i18n.test.php | 8 |
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()); -} |