X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FGlobalFunctions%2FwfArrayFilterTest.php;h=1011a37c3ebc827e329a8b7bde87115474da31f1;hb=63d96c15fde8d4d2842aa50c5ed2ce594aa0c674;hp=8adb55fc140df52b7d68433b71f3b7489f8306d8;hpb=5ca4a8000d3f998886b030fe6907b4ea8bb7dd9e;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php b/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php index 8adb55fc14..1011a37c3e 100644 --- a/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php +++ b/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php @@ -5,7 +5,7 @@ * @covers ::wfArrayFilter * @covers ::wfArrayFilterByKey */ -class WfArrayFilterTest extends \PHPUnit_Framework_TestCase { +class WfArrayFilterTest extends \PHPUnit\Framework\TestCase { public function testWfArrayFilter() { $arr = [ 'a' => 1, 'b' => 2, 'c' => 3 ]; $filtered = wfArrayFilter( $arr, function ( $val, $key ) {