Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features/core-check-update-db.feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Feature: Check if WordPress database update is needed
Success: WordPress database is up to date.
"""

@require-php-7.4
Scenario: Check if database update is needed across network
Given a WP multisite install
And a disable_sidebar_check.php file:
Expand Down
3 changes: 2 additions & 1 deletion features/core-update.feature
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Feature: Update WordPress core
Downloading
"""

@require-php-7.0
@require-php-7.4
Scenario: Don't run update when up-to-date
Given a WP install
And I run `wp core update`
Expand Down Expand Up @@ -387,6 +387,7 @@ Feature: Update WordPress core
Success:
"""

@require-php-7.4
Scenario: No HTML output from async translation updates during core update
Given a WP install
And an empty cache
Expand Down
Loading