← r55866: Coding Standards: Use strict comparison in `wp-admin/includes/schema.php`.

Failed

Environment

Host ICDSoft
Test Date 2023-05-29 17:20
Execution Time 8m 31s
Environment Name Unknown
PHPPHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. Version PHP 8.1.11
DatabaseDatabase A database is an organized collection of data. Access to this data is usually provided by a "database management system" (DBMS) consisting of an integrated set of computer software that allows users to interact with one or more databases and provides access to all of the data contained in the database. Because of the close relationship between them, the term "database" is often used casually to refer to both a database and the DBMS used to manipulate it. Version mysql8 Ver 8.0.32-percona-sure1 for Linux on x86_64 (Source distribution)
Extensions bcmath (8.1.11), curl (8.1.11), filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. (8.1.11), gd (8.1.11), mysqli (8.1.11), pcre (8.1.11), xml (8.1.11), xmlreader (8.1.11), zlib (8.1.11), curl (7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3), openssl (1.1.1n 15 Mar 2022)

Errors/Failures

Tests_Query_Results::test_query_tag__not_in

Tests_Query_Results::test_query_tag__not_in
Failed asserting that two arrays are identical.
--- Expected
+++ Actual
@@ @@
     5 => 'embedded-video'
     6 => 'contributor-post-approved'
     7 => 'one-comment'
-    8 => 'no-comments'
-    9 => 'many-trackbacks'
+    8 => 'many-trackbacks'
+    9 => 'no-comments'
 )

/home/icdsoftbot/private/phpunittester_mysql8/wp-test-directory/tests/phpunit/tests/query/results.php:417
/home/icdsoftbot/private/phpunittester_mysql8/wp-test-directory/vendor/phpunit/phpunit/phpunit:107