From: Platonides Date: Sat, 26 Feb 2011 23:47:41 +0000 (+0000) Subject: r82877 fixup. It should have only removed the = null bit. X-Git-Tag: 1.31.0-rc.0~31741 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=51aa2c01b3618e8d586b10ac05f5743a89ba2561;p=lhc%2Fweb%2Fwiklou.git r82877 fixup. It should have only removed the = null bit. --- diff --git a/tests/testHelpers.inc b/tests/testHelpers.inc index f627e1d88a..d0bf1235ea 100644 --- a/tests/testHelpers.inc +++ b/tests/testHelpers.inc @@ -451,7 +451,7 @@ class TestFileIterator implements Iterator { private $lineNum; private $eof; - function __construct( $file ) { + function __construct( $file, $parserTest ) { global $IP; $this->file = $file;