File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -306,20 +306,20 @@ Feature: Manage core translation files for a WordPress install
306306 And STDOUT should be empty
307307 And the return code should be 0
308308
309- # This test downgrades to WordPress 5.4.1 , but the SQLite plugin requires 6.0+
310- @require-wp-4.0 @require-mysql
309+ # This test downgrades to WordPress 5.6.14 , but the SQLite plugin requires 6.0+
310+ @require-wp-5.7 @require-mysql
311311 Scenario : Ensure correct language is installed for WP version
312312 Given a WP install
313313 And I try `wp theme install twentytwentyone`
314314 And I run `wp theme activate twentytwentyone`
315315 And an empty cache
316- And I run `wp core download --version=5.4.1 --force`
316+ And I run `wp core download --version=5.6.14 --force`
317317
318318 # PHP 8.2+ will show a warning for old WordPress core version.
319319 When I try `wp language core install nl_NL`
320320 Then STDOUT should contain:
321321 """
322- Downloading translation from https://downloads.wordpress.org/translation/core/5.4.1
322+ Downloading translation from https://downloads.wordpress.org/translation/core/5.6.14
323323 """
324324 And STDOUT should contain:
325325 """
You can’t perform that action at this time.
0 commit comments