Changeset 54049
- Timestamp:
- 09/01/2022 04:03:08 PM (2 years ago)
- Location:
- trunk/tests/phpunit/tests/compat
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat/arrayKeyFirst.php
r52038 r54049 3 3 /** 4 4 * @group compat 5 *6 * @covers ::array_key_first7 5 */ 8 6 class Tests_Compat_arrayKeyFirst extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/arrayKeyLast.php
r52038 r54049 3 3 /** 4 4 * @group compat 5 *6 * @covers ::array_key_last7 5 */ 8 6 class Tests_Compat_ArrayKeyLast extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/hashHmac.php
r51852 r54049 4 4 * @group compat 5 5 * 6 * @covers ::hash_hmac7 6 * @covers ::_hash_hmac 8 7 */ -
trunk/tests/phpunit/tests/compat/isCountable.php
r51852 r54049 3 3 /** 4 4 * @group compat 5 *6 * @covers ::is_countable7 5 */ 8 6 class Tests_Compat_isCountable extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/isIterable.php
r51852 r54049 3 3 /** 4 4 * @group compat 5 *6 * @covers ::is_iterable7 5 */ 8 6 class Tests_Compat_isIterable extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/mbStrlen.php
r51852 r54049 5 5 * @group security-153 6 6 * 7 * @covers ::mb_strlen8 7 * @covers ::_mb_strlen 9 8 */ -
trunk/tests/phpunit/tests/compat/mbSubstr.php
r51852 r54049 5 5 * @group security-153 6 6 * 7 * @covers ::mb_substr8 7 * @covers ::_mb_substr 9 8 */ -
trunk/tests/phpunit/tests/compat/strContains.php
r52039 r54049 3 3 /** 4 4 * @group compat 5 *6 * @covers ::str_contains7 5 */ 8 6 class Tests_Compat_strContains extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/strEndsWith.php
r52040 r54049 3 3 /** 4 4 * @group compat 5 *6 * @covers ::str_ends_with7 5 */ 8 6 class Tests_Compat_StrEndsWith extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/strStartsWith.php
r52040 r54049 3 3 /** 4 4 * @group compat 5 *6 * @covers ::str_starts_with7 5 */ 8 6 class Tests_Compat_StrStartsWith extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.