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=82bd6b026ef6ecb7f2fe15acaa40c608680dfff1;hpb=b49456cf38b2d5f7d49b1f1d4ba68ded4833c762 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; }