X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fcontent%2FContentHandlerTest.php;h=39b538025d922b9598d18435b5747ca3a9f3bc90;hp=e73b55456143f59a39cccfff36d39d7543b84892;hb=82bd6b026ef6ecb7f2fe15acaa40c608680dfff1;hpb=bf078d811470335d2426a65651e70a202c81fded diff --git a/tests/phpunit/includes/content/ContentHandlerTest.php b/tests/phpunit/includes/content/ContentHandlerTest.php index e73b554561..39b538025d 100644 --- a/tests/phpunit/includes/content/ContentHandlerTest.php +++ b/tests/phpunit/includes/content/ContentHandlerTest.php @@ -181,7 +181,7 @@ class ContentHandlerTest extends MediaWikiTestCase { $content = null; $text = ContentHandler::getContentText( $content ); - $this->assertEquals( '', $text ); + $this->assertSame( '', $text ); } public static function dataGetContentText_TextContent() {