X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FGlobalFunctions%2FwfArrayFilterTest.php;h=1011a37c3ebc827e329a8b7bde87115474da31f1;hb=8624538de243da3779db5eb3362bedf78d2e2931;hp=388aee79d1e6ad67ed2eaef7c45131bfa6a848c9;hpb=0e25b050286bed143ed5a23e87d5543fe71ce5dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php b/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php index 388aee79d1..1011a37c3e 100644 --- a/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php +++ b/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php @@ -1,6 +1,11 @@ 1, 'b' => 2, 'c' => 3 ]; $filtered = wfArrayFilter( $arr, function ( $val, $key ) {