From 7eb36a5249d4a137f9d824d5eefc95d68afff65c Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 31 Jan 2018 12:14:02 -0800 Subject: [PATCH] tests: Add @group and @covers to wfArrayFilterTest Change-Id: I6565ad21b6d6e78d876f730596e213555143c3fc --- tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php b/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php index 388aee79d1..8adb55fc14 100644 --- a/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php +++ b/tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php @@ -1,5 +1,10 @@ 1, 'b' => 2, 'c' => 3 ]; -- 2.20.1