diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2018-03-16 17:50:59 +0100 |
---|---|---|
committer | Krinkle <krinklemail@gmail.com> | 2018-03-18 22:22:43 +0000 |
commit | a2bb8124b7f45c74412332754e35de412cc9c7b9 (patch) | |
tree | a7200da4c0ef807f53737fc9b4c7ea2d056f7ed5 /tests/phpunit/includes/libs/GenericArrayObjectTest.php | |
parent | 5b3481c4393827d9fb9d6588b5961d4b8d36f910 (diff) | |
download | mediawikicore-a2bb8124b7f45c74412332754e35de412cc9c7b9.tar.gz mediawikicore-a2bb8124b7f45c74412332754e35de412cc9c7b9.zip |
Remove @dataProvider and @covers from non-test functions
Only functions beginning with test* should have that annotation
Change-Id: I85cd795970205943aebe692d85434145b3cf3f5b
Diffstat (limited to 'tests/phpunit/includes/libs/GenericArrayObjectTest.php')
-rw-r--r-- | tests/phpunit/includes/libs/GenericArrayObjectTest.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/phpunit/includes/libs/GenericArrayObjectTest.php b/tests/phpunit/includes/libs/GenericArrayObjectTest.php index a7cf75532982..3be2b06465dc 100644 --- a/tests/phpunit/includes/libs/GenericArrayObjectTest.php +++ b/tests/phpunit/includes/libs/GenericArrayObjectTest.php @@ -173,8 +173,6 @@ abstract class GenericArrayObjectTest extends PHPUnit\Framework\TestCase { * @since 1.20 * * @param callable $function - * - * @covers GenericArrayObject::getObjectType */ protected function checkTypeChecks( $function ) { $excption = null; @@ -206,7 +204,7 @@ abstract class GenericArrayObjectTest extends PHPUnit\Framework\TestCase { * @since 1.20 * * @param array $elements - * + * @covers GenericArrayObject::getObjectType * @covers GenericArrayObject::offsetSet */ public function testOffsetSet( array $elements ) { |