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; }