X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fmaintenance%2FDumpTestCase.php;h=99bd427737903d14459a734d983628f0dcd7b1fe;hb=85ac1b5d7c7ca50a93f2d16639cdde2f46bc133e;hp=1d55ab8434f0a088825e139bffd980266794718f;hpb=b19ff388467ce9fb09ebb32655dc401130102f64;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/maintenance/DumpTestCase.php b/tests/phpunit/maintenance/DumpTestCase.php index 1d55ab8434..99bd427737 100644 --- a/tests/phpunit/maintenance/DumpTestCase.php +++ b/tests/phpunit/maintenance/DumpTestCase.php @@ -298,7 +298,6 @@ abstract class DumpTestCase extends MediaWikiLangTestCase { * @param string $name Title of the current page */ protected function assertPageStart( $id, $ns, $name ) { - $this->assertNodeStart( "page" ); $this->skipWhitespace(); @@ -393,7 +392,6 @@ abstract class DumpTestCase extends MediaWikiLangTestCase { if ( ( $this->xml->nodeType == XMLReader::END_ELEMENT ) && ( $this->xml->name == "text" ) ) { - $this->xml->read(); } $this->skipWhitespace();