Tests: Add a unit test for PHP 8.1 deprecation notice in `wp_user_settings()`.

This ensures that PHP 8.1 "passing null to non-nullable" deprecation notice is not thrown for the `$domain` parameter of `setcookie()` calls in the function.

Follow-up to [53490].

See #54914.
Built from https://develop.svn.wordpress.org/trunk@53493


git-svn-id: http://core.svn.wordpress.org/trunk@53082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-06-13 15:22:10 +00:00
parent e3e07d2751
commit ca2e67d1b0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53492';
$wp_version = '6.1-alpha-53493';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.