diff --git a/tests/phpunit/tests/compat/arrayKeyFirst.php b/tests/phpunit/tests/compat/arrayKeyFirst.php index 613845aba0..385fbb0b37 100644 --- a/tests/phpunit/tests/compat/arrayKeyFirst.php +++ b/tests/phpunit/tests/compat/arrayKeyFirst.php @@ -2,8 +2,6 @@ /** * @group compat - * - * @covers ::array_key_first */ class Tests_Compat_arrayKeyFirst extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/compat/arrayKeyLast.php b/tests/phpunit/tests/compat/arrayKeyLast.php index 77510c8320..a4f096e1bd 100644 --- a/tests/phpunit/tests/compat/arrayKeyLast.php +++ b/tests/phpunit/tests/compat/arrayKeyLast.php @@ -2,8 +2,6 @@ /** * @group compat - * - * @covers ::array_key_last */ class Tests_Compat_ArrayKeyLast extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/compat/hashHmac.php b/tests/phpunit/tests/compat/hashHmac.php index f9a61d5fac..81053b043b 100644 --- a/tests/phpunit/tests/compat/hashHmac.php +++ b/tests/phpunit/tests/compat/hashHmac.php @@ -3,7 +3,6 @@ /** * @group compat * - * @covers ::hash_hmac * @covers ::_hash_hmac */ class Tests_Compat_hashHmac extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/compat/isCountable.php b/tests/phpunit/tests/compat/isCountable.php index 66bf3c8c6c..6d7245ec37 100644 --- a/tests/phpunit/tests/compat/isCountable.php +++ b/tests/phpunit/tests/compat/isCountable.php @@ -2,8 +2,6 @@ /** * @group compat - * - * @covers ::is_countable */ class Tests_Compat_isCountable extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/compat/isIterable.php b/tests/phpunit/tests/compat/isIterable.php index e09bb18278..f198eeebe0 100644 --- a/tests/phpunit/tests/compat/isIterable.php +++ b/tests/phpunit/tests/compat/isIterable.php @@ -2,8 +2,6 @@ /** * @group compat - * - * @covers ::is_iterable */ class Tests_Compat_isIterable extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/compat/mbStrlen.php b/tests/phpunit/tests/compat/mbStrlen.php index e34b44534b..39117abb87 100644 --- a/tests/phpunit/tests/compat/mbStrlen.php +++ b/tests/phpunit/tests/compat/mbStrlen.php @@ -4,7 +4,6 @@ * @group compat * @group security-153 * - * @covers ::mb_strlen * @covers ::_mb_strlen */ class Tests_Compat_mbStrlen extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/compat/mbSubstr.php b/tests/phpunit/tests/compat/mbSubstr.php index f03f5f0f19..142459dd78 100644 --- a/tests/phpunit/tests/compat/mbSubstr.php +++ b/tests/phpunit/tests/compat/mbSubstr.php @@ -4,7 +4,6 @@ * @group compat * @group security-153 * - * @covers ::mb_substr * @covers ::_mb_substr */ class Tests_Compat_mbSubstr extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/compat/strContains.php b/tests/phpunit/tests/compat/strContains.php index c49cb19f23..712b71c25d 100644 --- a/tests/phpunit/tests/compat/strContains.php +++ b/tests/phpunit/tests/compat/strContains.php @@ -2,8 +2,6 @@ /** * @group compat - * - * @covers ::str_contains */ class Tests_Compat_strContains extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/compat/strEndsWith.php b/tests/phpunit/tests/compat/strEndsWith.php index 75522d6f49..e3c883d1fb 100644 --- a/tests/phpunit/tests/compat/strEndsWith.php +++ b/tests/phpunit/tests/compat/strEndsWith.php @@ -2,8 +2,6 @@ /** * @group compat - * - * @covers ::str_ends_with */ class Tests_Compat_StrEndsWith extends WP_UnitTestCase { diff --git a/tests/phpunit/tests/compat/strStartsWith.php b/tests/phpunit/tests/compat/strStartsWith.php index 9e12ced33b..759547d9d6 100644 --- a/tests/phpunit/tests/compat/strStartsWith.php +++ b/tests/phpunit/tests/compat/strStartsWith.php @@ -2,8 +2,6 @@ /** * @group compat - * - * @covers ::str_starts_with */ class Tests_Compat_StrStartsWith extends WP_UnitTestCase {