← r60044: Coding Standards: Fix alignment in `WP_REST_Widgets_Controller::prepare_item_for_response`.
Failed
Environment
| Host |
XServer |
| Test Date |
2025-03-18 21:08 |
| Execution Time |
5m 13s |
| Environment Name |
Unknown |
| PHP Version |
PHP 8.2.22 |
| Database Version |
mysql Ver 15.1 Distrib 10.5.22-MariaDB |
| Extensions |
bcmath (8.2.22), ctype (8.2.22), curl (8.2.22), date (8.2.22), dom (20031129), exif (8.2.22), fileinfo (8.2.22), filter (8.2.22), ftp (8.2.22), gd (8.2.22), gettext (8.2.22), hash (8.2.22), iconv (8.2.22), imagick (3.7.0), imap (8.2.22), intl (8.2.22), json (8.2.22), libxml (8.2.22), mbstring (8.2.22), mcrypt (1.0.6), mysqli (8.2.22), mysqlnd (mysqlnd 8.2.22), openssl (8.2.22), pcre (8.2.22), pdo_mysql (8.2.22), soap (8.2.22), sockets (8.2.22), xml (8.2.22), xmlreader (8.2.22), zip (1.21.1), zlib (8.2.22), curl (7.61.1 OpenSSL/1.1.1k 1.2.11), imagemagick (6.9.12-93), openssl (1.1.1k FIPS 25 Mar 2021) |
Errors/Failures
Tests_Auth::test_wp_check_password_supports_argon2i_hash
Tests_Auth::test_wp_check_password_supports_argon2i_hash
Argon2i is not supported.
/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/auth.php:291
Tests_Auth::test_wp_check_password_supports_argon2id_hash
Tests_Auth::test_wp_check_password_supports_argon2id_hash
Argon2id is not supported.
/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/auth.php:309
Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values::test_wp_unique_id_from_values with data set "float"
Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values with data set "float" ('a756f54d', array(1.23), 'my-prefix-')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'a756f54d'
+'9acca005'
/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/functions/wpUniqueIdFromValues.php:27
Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values::test_wp_unique_id_from_values with data set "multiple values"
Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values with data set "multiple values" ('ef258a5d', array('text', 123, 1.23, true, stdClass Object (), null), 'my-prefix-')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'ef258a5d'
+'e8f526d5'
/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/functions/wpUniqueIdFromValues.php:27
Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values::test_wp_unique_id_from_values with data set "nested arrays"
Tests_Functions_WpUniqueIdFromValues::test_wp_unique_id_from_values with data set "nested arrays" ('4345cae5', array(array('text', 123, 1.23), array(true, stdClass Object (), null)), 'my-prefix-')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'4345cae5'
+'02654226'
/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/functions/wpUniqueIdFromValues.php:27
WP_Test_REST_Users_Controller::test_get_items_only_fetches_ids_for_head_requests::test_get_items_only_fetches_ids_for_head_requests with data set "HEAD request"
WP_Test_REST_Users_Controller::test_get_items_only_fetches_ids_for_head_requests with data set "HEAD request" ('HEAD')
The SQL query does not match the expected string.
Failed asserting that 'SELECT SQL_CALC_FOUND_ROWS wpt_users.IDn
FROM wpt_usersn
WHERE 1=1 AND wpt_users.ID IN ( SELECT DISTINCT wpt_posts.post_author FROM wpt_posts WHERE wpt_posts.post_status = 'publish' AND wpt_posts.post_type IN ( 'post', 'page', 'attachment', 'nav_menu_item', 'wp_block', 'wp_template', 'wp_template_part', 'wp_global_styles', 'wp_navigation', 'wp_font_family', 'wp_font_face', 'r_true_p_true', 'r_true_p_false' ) )n
ORDER BY display_name ASCn
LIMIT 0, 10' matches PCRE pattern "/SELECT SQL_CALC_FOUND_ROWS wptests_users.IDns+FROMs+wpt_users/is".
/home/xwphtest2/local/tmp/wp-test-runner/tests/phpunit/tests/rest-api/rest-users-controller.php:3306
/home/xwphtest2/local/tmp/wp-test-runner/vendor/phpunit/phpunit/phpunit:107