From 80c36a2739e745db2be34f09c8f321bfdb5e6166 Mon Sep 17 00:00:00 2001 From: Guy Brand Date: Thu, 23 Sep 2010 08:41:38 +0200 Subject: fixed new calls in test cases according to PHP5 conventions --- _test/cases/inc/parser/parser.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_test/cases/inc/parser/parser.inc.php') diff --git a/_test/cases/inc/parser/parser.inc.php b/_test/cases/inc/parser/parser.inc.php index 22574d579..74d956f43 100644 --- a/_test/cases/inc/parser/parser.inc.php +++ b/_test/cases/inc/parser/parser.inc.php @@ -33,8 +33,8 @@ class TestOfDoku_Parser extends UnitTestCase { } function setup() { - $this->P = & new Doku_Parser(); - $this->H = & new Doku_Handler(); + $this->P = new Doku_Parser(); + $this->H = new Doku_Handler(); $this->P->Handler = & $this->H; } -- cgit v1.2.3