From c13104acf0edfa5c08738d32e26ae51ea7e4407c Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 22 Oct 2005 01:23:28 +0200 Subject: moved parser tests to new test environment The parser tests are outdated and need to be adjusted. Currently 71 tests fail. Others are probably missing. darcs-hash:20051021232328-7ad00-c1d62951dad810dc73f8e78ae82f37465c21c261.gz --- inc/parser/tests/parser.test.php | 47 ---------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 inc/parser/tests/parser.test.php (limited to 'inc/parser/tests/parser.test.php') diff --git a/inc/parser/tests/parser.test.php b/inc/parser/tests/parser.test.php deleted file mode 100644 index 53ac650d8..000000000 --- a/inc/parser/tests/parser.test.php +++ /dev/null @@ -1,47 +0,0 @@ -UnitTestCase('TestOfDoku_Parser'); - } - - function setup() { - $this->P = & new Doku_Parser(); - $this->H = & new Doku_Handler(); - $this->P->Handler = & $this->H; - } - - function tearDown() { - unset($this->P); - unset($this->H); - } -} - -function stripByteIndex($call) { - unset($call[2]); - return $call; -} - -- cgit v1.2.3