We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869d8ce commit 6ae80e3Copy full SHA for 6ae80e3
features/core-update.feature
@@ -263,6 +263,12 @@ Feature: Update WordPress core
263
@require-mysql
264
Scenario: Make sure files are cleaned up with mixed case
265
Given a WP install
266
+ And a wp-content/mu-plugins/silence-requests-deprecation.php file:
267
+ """
268
+ <?php
269
+ define( 'REQUESTS_SILENCE_PSR0_DEPRECATIONS', true );
270
271
+
272
And I try `wp theme install twentytwenty --activate`
273
274
When I run `wp core update --version=5.8 --force`
0 commit comments