Changeset 54064
- Timestamp:
- 09/03/2022 02:45:20 PM (2 years ago)
- Location:
- trunk/tests/phpunit/tests/compat
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat/arrayKeyFirst.php
r54060 r54064 4 4 * @group compat 5 5 * 6 * @covers Nothing6 * @covers ::array_key_first 7 7 */ 8 8 class Tests_Compat_arrayKeyFirst extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/arrayKeyLast.php
r54060 r54064 4 4 * @group compat 5 5 * 6 * @covers Nothing6 * @covers ::array_key_last 7 7 */ 8 8 class Tests_Compat_ArrayKeyLast extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/hashHmac.php
r54049 r54064 4 4 * @group compat 5 5 * 6 * @covers ::hash_hmac 6 7 * @covers ::_hash_hmac 7 8 */ -
trunk/tests/phpunit/tests/compat/isCountable.php
r54060 r54064 4 4 * @group compat 5 5 * 6 * @covers Nothing6 * @covers ::is_countable 7 7 */ 8 8 class Tests_Compat_isCountable extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/isIterable.php
r54060 r54064 4 4 * @group compat 5 5 * 6 * @covers Nothing6 * @covers ::is_iterable 7 7 */ 8 8 class Tests_Compat_isIterable extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/mbStrlen.php
r54049 r54064 5 5 * @group security-153 6 6 * 7 * @covers ::mb_strlen 7 8 * @covers ::_mb_strlen 8 9 */ -
trunk/tests/phpunit/tests/compat/mbSubstr.php
r54049 r54064 5 5 * @group security-153 6 6 * 7 * @covers ::mb_substr 7 8 * @covers ::_mb_substr 8 9 */ -
trunk/tests/phpunit/tests/compat/strContains.php
r54060 r54064 4 4 * @group compat 5 5 * 6 * @covers Nothing6 * @covers ::str_contains 7 7 */ 8 8 class Tests_Compat_strContains extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/strEndsWith.php
r54060 r54064 4 4 * @group compat 5 5 * 6 * @covers Nothing6 * @covers ::str_ends_with 7 7 */ 8 8 class Tests_Compat_StrEndsWith extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/strStartsWith.php
r54060 r54064 4 4 * @group compat 5 5 * 6 * @covers Nothing6 * @covers ::str_starts_with 7 7 */ 8 8 class Tests_Compat_StrStartsWith extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.