Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing tests #272

Merged
merged 6 commits into from
Nov 24, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update paths for 6.2
swissspidy committed Nov 23, 2024
commit 345cc2cc07e61f300cfb4615c4b14439e11fb1d9
16 changes: 8 additions & 8 deletions features/core-update.feature
Original file line number Diff line number Diff line change
@@ -270,10 +270,10 @@ Feature: Update WordPress core
Then the wp-includes/Requests/Exception/Transport/cURL.php file should exist
Then the wp-includes/Requests/Exception/HTTP/502.php file should exist
Then the wp-includes/Requests/IRI.php file should exist
Then the wp-includes/Requests/Transport/Curl.php file should not exist
Then the wp-includes/Requests/Exception/Transport/Curl.php file should not exist
Then the wp-includes/Requests/Exception/Http/Status502.php file should not exist
Then the wp-includes/Requests/Iri.php file should not exist
Then the wp-includes/Requests/src/Transport/Curl.php file should not exist
Then the wp-includes/Requests/src/Exception/Transport/Curl.php file should not exist
Then the wp-includes/Requests/src/Exception/Http/Status502.php file should not exist
Then the wp-includes/Requests/src/Iri.php file should not exist
And STDOUT should contain:
"""
Success: WordPress updated successfully.
@@ -284,10 +284,10 @@ Feature: Update WordPress core
Then the wp-includes/Requests/Exception/Transport/cURL.php file should not exist
Then the wp-includes/Requests/Exception/HTTP/502.php file should not exist
Then the wp-includes/Requests/IRI.php file should not exist
Then the wp-includes/Requests/Transport/Curl.php file should exist
Then the wp-includes/Requests/Exception/Transport/Curl.php file should exist
Then the wp-includes/Requests/Exception/Http/Status502.php file should exist
Then the wp-includes/Requests/Iri.php file should exist
Then the wp-includes/Requests/src/Transport/Curl.php file should exist
Then the wp-includes/Requests/src/Exception/Transport/Curl.php file should exist
Then the wp-includes/Requests/src/Exception/Http/Status502.php file should exist
Then the wp-includes/Requests/src/Iri.php file should exist
Then STDOUT should contain:
"""
File removed: wp-includes/Requests/Transport/fsockopen.php