Merge "Replace wfGetLB"
[lhc/web/wiklou.git] / tests / parser / ParserTestRunner.php
index 77ef43e..08ec9f6 100644 (file)
@@ -1243,7 +1243,7 @@ class ParserTestRunner {
                $teardown[] = $this->markSetupDone( 'setupDatabase' );
 
                # CREATE TEMPORARY TABLE breaks if there is more than one server
-               if ( wfGetLB()->getServerCount() != 1 ) {
+               if ( MediaWikiServices::getInstance()->getDBLoadBalancer()->getServerCount() != 1 ) {
                        $this->useTemporaryTables = false;
                }