X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FGenericArrayObjectTest.php;h=3be2b06465dc497557479b3244f5fc2e0f80e714;hp=a7cf75532982c892f2d5fc741138e494006e91c0;hb=15c27d356b5e6760024ac0653279a76d94d78b1f;hpb=2b11f88e250156f105338f5a8876133f55b2d831 diff --git a/tests/phpunit/includes/libs/GenericArrayObjectTest.php b/tests/phpunit/includes/libs/GenericArrayObjectTest.php index a7cf755329..3be2b06465 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 ) {