wordpress-develop/tests/phpunit/tests/compat
Sergey Biryukov c9ff475e1f Tests: Remove some unnecessary function_exists() checks for compat functions.
Each of these functions already has a separate test for availability.

If any of them are unavailable, then the test should fail rather than be skipped.

Follow-up to [52038], [52039], [52040].

Props johnbillion.
See #59647.

git-svn-id: https://develop.svn.wordpress.org/trunk@56969 602fd350-edb4-49c9-b593-d223f7449a82
2023-10-18 10:39:19 +00:00
..
arrayKeyFirst.php Tests: Remove some unnecessary function_exists() checks for compat functions. 2023-10-18 10:39:19 +00:00
arrayKeyLast.php Tests: Remove some unnecessary function_exists() checks for compat functions. 2023-10-18 10:39:19 +00:00
hashHmac.php Tests: Restore @covers tags for PHP polyfill tests in phpunit/tests/compat/. 2022-09-03 14:45:20 +00:00
isCountable.php Tests: Restore @covers tags for PHP polyfill tests in phpunit/tests/compat/. 2022-09-03 14:45:20 +00:00
isIterable.php Tests: Restore @covers tags for PHP polyfill tests in phpunit/tests/compat/. 2022-09-03 14:45:20 +00:00
jsonEncodeDecode.php Tests: Update the Services_JSON test for PHPUnit 9.5.10/8.5.21+. 2021-09-26 03:27:10 +00:00
mbStrlen.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
mbSubstr.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
strContains.php Tests: Remove some unnecessary function_exists() checks for compat functions. 2023-10-18 10:39:19 +00:00
strEndsWith.php Tests: Remove some unnecessary function_exists() checks for compat functions. 2023-10-18 10:39:19 +00:00
strStartsWith.php Tests: Remove some unnecessary function_exists() checks for compat functions. 2023-10-18 10:39:19 +00:00