X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FLinkerTest.php;h=dcac47146ce52c0f819eecd022bf5c93113544b2;hb=825d66bfa44c5dae2b78e2fe4f3b16f16aff4a12;hp=fe325075d56d3b6563018dca4b2c1352d2a96a96;hpb=715f040a5f1e7ae7fbc9f0a4729676d4ad597570;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/LinkerTest.php b/tests/phpunit/includes/LinkerTest.php index fe325075d5..dcac47146c 100644 --- a/tests/phpunit/includes/LinkerTest.php +++ b/tests/phpunit/includes/LinkerTest.php @@ -453,7 +453,7 @@ class LinkerTest extends MediaWikiLangTestCase { $user = $context->getUser(); $user->setOption( 'showrollbackconfirmation', $rollbackEnabled ); - $this->assertEquals( 0, Title::newFromText( $title )->getArticleID() ); + $this->assertSame( 0, Title::newFromText( $title )->getArticleID() ); $pageData = $this->insertPage( $title ); $page = WikiPage::factory( $pageData['title'] );