X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FApiWatchTest.php;h=24d016e697de1446e5cac0c7a10c2ea7faf3ea37;hp=6d64a178df912f49b571433b8dca83883c9024ee;hb=9e8439e79d67788916d488f645108f79016d9aca;hpb=a8e1051d4c47f8c5b2c55b072f903fdc0469849e diff --git a/tests/phpunit/includes/api/ApiWatchTest.php b/tests/phpunit/includes/api/ApiWatchTest.php index 6d64a178df..24d016e697 100644 --- a/tests/phpunit/includes/api/ApiWatchTest.php +++ b/tests/phpunit/includes/api/ApiWatchTest.php @@ -64,7 +64,7 @@ class ApiWatchTest extends ApiTestCase { unset( $data[0]['query']['watchlist'][$index] ); } } - $this->assertEquals( 0, count( $data[0]['query']['watchlist'] ) ); + $this->assertSame( 0, count( $data[0]['query']['watchlist'] ) ); return $data; }