tests: Add @group and @covers to wfArrayFilterTest
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 31 Jan 2018 20:14:02 +0000 (12:14 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 31 Jan 2018 20:14:02 +0000 (12:14 -0800)
Change-Id: I6565ad21b6d6e78d876f730596e213555143c3fc

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 ];