From eb5612ddf75d34f5e255caa19ef3de28467f18be Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 20 Apr 2022 11:04:23 +0000 Subject: [PATCH] Tests: Update the test for `wp_install()` signature. Follow-up to [53230]. See #55327. git-svn-id: https://develop.svn.wordpress.org/trunk@53231 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/pluggable.php b/tests/phpunit/tests/pluggable.php index c7b0225987..b6ac4a87b1 100644 --- a/tests/phpunit/tests/pluggable.php +++ b/tests/phpunit/tests/pluggable.php @@ -249,7 +249,7 @@ class Tests_Pluggable extends WP_UnitTestCase { 'blog_title', 'user_name', 'user_email', - 'public', + 'is_public', 'deprecated' => '', 'user_password' => '', 'language' => '',