Changeset 54060
- Timestamp:
- 09/02/2022 12:11:28 AM (2 years ago)
- Location:
- trunk/tests/phpunit/tests/compat
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat/arrayKeyFirst.php
r54049 r54060 3 3 /** 4 4 * @group compat 5 * 6 * @coversNothing 5 7 */ 6 8 class Tests_Compat_arrayKeyFirst extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/arrayKeyLast.php
r54049 r54060 3 3 /** 4 4 * @group compat 5 * 6 * @coversNothing 5 7 */ 6 8 class Tests_Compat_ArrayKeyLast extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/isCountable.php
r54049 r54060 3 3 /** 4 4 * @group compat 5 * 6 * @coversNothing 5 7 */ 6 8 class Tests_Compat_isCountable extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/isIterable.php
r54049 r54060 3 3 /** 4 4 * @group compat 5 * 6 * @coversNothing 5 7 */ 6 8 class Tests_Compat_isIterable extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/strContains.php
r54049 r54060 3 3 /** 4 4 * @group compat 5 * 6 * @coversNothing 5 7 */ 6 8 class Tests_Compat_strContains extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/strEndsWith.php
r54049 r54060 3 3 /** 4 4 * @group compat 5 * 6 * @coversNothing 5 7 */ 6 8 class Tests_Compat_StrEndsWith extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/compat/strStartsWith.php
r54049 r54060 3 3 /** 4 4 * @group compat 5 * 6 * @coversNothing 5 7 */ 6 8 class Tests_Compat_StrStartsWith extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.