You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Install WordPress with special characters in the admin password
181
+
Given an empty directory
182
+
And WP files
183
+
And wp-config.php
184
+
And a database
185
+
186
+
When I run `wp core install --url=localhost:8001 --title=Test --admin_user=wpcli --admin_email=wpcli@example.org --admin_password='R^^CzY;G"iZ@]H9b,' --skip-email`
187
+
Then STDOUT should contain:
188
+
"""
189
+
Success: WordPress installed successfully.
190
+
"""
191
+
And the return code should be 0
192
+
193
+
When I run `wp user check-password wpcli 'R^^CzY;G"iZ@]H9b,'`
194
+
Then the return code should be 0
195
+
180
196
@less-than-php-7
181
197
Scenario: Install WordPress with locale set to de_DE on WP < 4.0
0 commit comments