X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FApiQueryWatchlistIntegrationTest.php;h=4f4453fd1b398c1d29eb435dfe762d5af43ead32;hp=b50892838176b4434dfdafb6389c1ff8be4af5fc;hb=5049af1048c77b1ea6ab3193688d23a48ddf8df0;hpb=bb866e75d0c6e7e47f59371fd5b9e37fc6e66fc8 diff --git a/tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php b/tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php index b508928381..4f4453fd1b 100644 --- a/tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php +++ b/tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php @@ -210,7 +210,7 @@ class ApiQueryWatchlistIntegrationTest extends ApiTestCase { // not checking values of all keys of the actual item, so removing unwanted keys from comparison $actualItemsOnlyComparedValues = array_map( - function( array $item ) use ( $keysUsedInValueComparison ) { + function ( array $item ) use ( $keysUsedInValueComparison ) { return array_intersect_key( $item, array_flip( $keysUsedInValueComparison ) ); }, $actualItems