Merge "Tests: expected value goes first in PHPUnit assertions"

This commit is contained in:
jenkins-bot 2022-03-10 20:55:17 +00:00 committed by Gerrit Code Review
commit 1a2960a3c0

View file

@ -73,7 +73,7 @@ class SkinMinervaTest extends MediaWikiIntegrationTestCase {
$skin = TestingAccessWrapper::newFromObject( $skin );
$this->assertEquals( $skin->hasCategoryLinks(), $expected );
$this->assertEquals( $expected, $skin->hasCategoryLinks() );
}
public function provideHasCategoryLinks() {