Merge "Fix @return documentation for MediaWikiTestCase::editPage()"
[lhc/web/wiklou.git] / tests / phpunit / includes / db / LBFactoryTest.php
index 7d13ac6..b79cdf3 100644 (file)
@@ -347,7 +347,8 @@ class LBFactoryTest extends MediaWikiTestCase {
                        [
                                'ip' => '127.0.0.1',
                                'agent' => "Totally-Not-FireFox"
-                       ]
+                       ],
+                       null
                );
 
                $mockDB1->expects( $this->exactly( 1 ) )->method( 'writesOrCallbacksPending' );