X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fcontent%2FUnknownContentHandlerTest.php;h=057228975ddf717d09fd8a04ff41d293a37ebc72;hp=bc1d3c64059fbdb1bee34c6590f08599f7cefa00;hb=82bd6b026ef6ecb7f2fe15acaa40c608680dfff1;hpb=54c93f1d384cd5accd2db2ebbb911e4d627c2980 diff --git a/tests/phpunit/includes/content/UnknownContentHandlerTest.php b/tests/phpunit/includes/content/UnknownContentHandlerTest.php index bc1d3c6405..057228975d 100644 --- a/tests/phpunit/includes/content/UnknownContentHandlerTest.php +++ b/tests/phpunit/includes/content/UnknownContentHandlerTest.php @@ -49,7 +49,7 @@ class UnknownContentHandlerTest extends MediaWikiLangTestCase { $content = $handler->makeEmptyContent(); $this->assertTrue( $content->isEmpty() ); - $this->assertEquals( '', $content->getData() ); + $this->assertSame( '', $content->getData() ); } public static function dataIsSupportedFormat() {