Skip to content

Commit

Permalink
Tests: Silence Requests deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 2, 2024
1 parent 869d8ce commit 6ae80e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/core-update.feature
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,12 @@ Feature: Update WordPress core
@require-mysql
Scenario: Make sure files are cleaned up with mixed case
Given a WP install
And a wp-content/mu-plugins/silence-requests-deprecation.php file:
"""
<?php
define( 'REQUESTS_SILENCE_PSR0_DEPRECATIONS', true );
"""

And I try `wp theme install twentytwenty --activate`

When I run `wp core update --version=5.8 --force`
Expand Down

0 comments on commit 6ae80e3

Please # to comment.