aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/db/LoadBalancerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/db/LoadBalancerTest.php')
-rw-r--r--tests/phpunit/includes/db/LoadBalancerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/db/LoadBalancerTest.php b/tests/phpunit/includes/db/LoadBalancerTest.php
index 03391acccaa3..29c6a34d6062 100644
--- a/tests/phpunit/includes/db/LoadBalancerTest.php
+++ b/tests/phpunit/includes/db/LoadBalancerTest.php
@@ -483,7 +483,7 @@ class LoadBalancerTest extends MediaWikiIntegrationTestCase {
$conf = [
'servers' => [ $serverA, $serverB ],
'clusterName' => 'A',
- 'localDomain' => $this->db->getDomainID()
+ 'localDomain' => $this->getDb()->getDomainID()
];
$lb = new LoadBalancer( $conf );