We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a9ed2 commit 8ac3190Copy full SHA for 8ac3190
features/language-core.feature
@@ -316,7 +316,8 @@ Feature: Manage translation files for a WordPress install
316
"""
317
And the return code should be 0
318
319
- @require-wp-4.0
+ # This test downgrades to WordPress 5.4.1, but the SQLite plugin requires 6.0+
320
+ @require-wp-4.0 @require-mysql
321
Scenario: Ensure upgrader output is in English
322
Given a WP install
323
And I run `wp theme activate twentytwentyone`
0 commit comments