Merge "tests: Add @group and @covers to wfArrayFilterTest"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 31 Jan 2018 20:53:36 +0000 (20:53 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 31 Jan 2018 20:53:36 +0000 (20:53 +0000)
tests/phpunit/includes/GlobalFunctions/wfArrayFilterTest.php

index 388aee7..8adb55f 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+/**
+ * @group GlobalFunctions
+ * @covers ::wfArrayFilter
+ * @covers ::wfArrayFilterByKey
+ */
 class WfArrayFilterTest extends \PHPUnit_Framework_TestCase {
        public function testWfArrayFilter() {
                $arr = [ 'a' => 1, 'b' => 2, 'c' => 3 ];