summaryrefslogtreecommitdiff
path: root/_test/tests/inc/parser/parser.inc.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/tests/inc/parser/parser.inc.php')
-rw-r--r--_test/tests/inc/parser/parser.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/_test/tests/inc/parser/parser.inc.php b/_test/tests/inc/parser/parser.inc.php
index e9efef0d3..61f15678b 100644
--- a/_test/tests/inc/parser/parser.inc.php
+++ b/_test/tests/inc/parser/parser.inc.php
@@ -8,7 +8,8 @@ abstract class TestOfDoku_Parser extends PHPUnit_Framework_TestCase {
var $P;
var $H;
- function setup() {
+ function setUp() {
+ parent::setUp();
$this->P = new Doku_Parser();
$this->H = new Doku_Handler();
$this->P->Handler = & $this->H;