X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fdb%2FLBFactoryTest.php;h=c0187444c88dc97ddd231d528763d9e70f6622bf;hp=f00499f35d2901e903bbf75738ecd246ede19747;hb=c2211946f7dd4e59faf6d759e9a78bf140699c3e;hpb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6 diff --git a/tests/phpunit/includes/db/LBFactoryTest.php b/tests/phpunit/includes/db/LBFactoryTest.php index f00499f35d..c0187444c8 100644 --- a/tests/phpunit/includes/db/LBFactoryTest.php +++ b/tests/phpunit/includes/db/LBFactoryTest.php @@ -412,7 +412,7 @@ class LBFactoryTest extends MediaWikiTestCase { $cpIndex = null; $cp->shutdown( null, 'sync', $cpIndex ); - $this->assertEquals( null, $cpIndex, "CP write index retained" ); + $this->assertNull( $cpIndex, "CP write index retained" ); $this->assertEquals( '45e93a9c215c031d38b7c42d8e4700ca', $cp->getClientId() ); }