Merge "Fix creation of pages in the MediaWiki namespace."
[lhc/web/wiklou.git] / tests / phpunit / includes / filerepo / FileBackendTest.php
index 2303c78..f159d5d 100644 (file)
@@ -1026,6 +1026,9 @@ class FileBackendTest extends MediaWikiTestCase {
                        $this->assertNotEquals( false, $contents, "Local copy of $source exists ($backendName)." );
                        $this->assertEquals( $content[0], $contents, "Local copy of $source is correct ($backendName)." );
                }
+
+               $obj = new stdClass();
+               $tmpFile->bind( $obj );
        }
 
        function provider_testGetLocalCopy() {