X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fshell%2FShellTest.php;h=0dd88bb8685b247484facca48b0d0ff49dacbf51;hp=5fb3ac0f5fdbf280a4f3df714440f771263cd9c8;hb=af80076034fb734d652eb043c523c1d8df974e51;hpb=af7ae6c804be8629fe2305e3a088f03e1af2fa9b diff --git a/tests/phpunit/includes/shell/ShellTest.php b/tests/phpunit/includes/shell/ShellTest.php index 5fb3ac0f5f..0dd88bb868 100644 --- a/tests/phpunit/includes/shell/ShellTest.php +++ b/tests/phpunit/includes/shell/ShellTest.php @@ -65,7 +65,7 @@ class ShellTest extends MediaWikiTestCase { $wrapper = TestingAccessWrapper::newFromObject( $command ); $this->assertEquals( $expected, $wrapper->command ); - $this->assertEquals( 0, $wrapper->restrictions & Shell::NO_LOCALSETTINGS ); + $this->assertSame( 0, $wrapper->restrictions & Shell::NO_LOCALSETTINGS ); } public function provideMakeScriptCommand() {