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 8ac3190 commit 786c863Copy full SHA for 786c863
features/language-core.feature
@@ -297,7 +297,8 @@ Feature: Manage translation files for a WordPress install
297
And STDOUT should be empty
298
And the return code should be 0
299
300
- @require-wp-4.0
+ # This test downgrades to WordPress 5.4.1, but the SQLite plugin requires 6.0+
301
+ @require-wp-4.0 @require-mysql
302
Scenario: Ensure correct language is installed for WP version
303
Given a WP install
304
And I run `wp theme activate twentytwentyone`
0 commit comments