r82877 fixup. It should have only removed the = null bit.
authorPlatonides <platonides@users.mediawiki.org>
Sat, 26 Feb 2011 23:47:41 +0000 (23:47 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 26 Feb 2011 23:47:41 +0000 (23:47 +0000)
tests/testHelpers.inc

index f627e1d..d0bf123 100644 (file)
@@ -451,7 +451,7 @@ class TestFileIterator implements Iterator {
        private $lineNum;
        private $eof;
 
-       function __construct( $file ) {
+       function __construct( $file, $parserTest ) {
                global $IP;
 
                $this->file = $file;