@@ -270,10 +270,10 @@ Feature: Update WordPress core
270270 Then the wp-includes/Requests/Exception/Transport/cURL.php file should exist
271271 Then the wp-includes/Requests/Exception/HTTP/502.php file should exist
272272 Then the wp-includes/Requests/IRI.php file should exist
273- Then the wp-includes/Requests/Transport/Curl.php file should not exist
274- Then the wp-includes/Requests/Exception/Transport/Curl.php file should not exist
275- Then the wp-includes/Requests/Exception/Http/Status502.php file should not exist
276- Then the wp-includes/Requests/Iri.php file should not exist
273+ Then the wp-includes/Requests/src/ Transport/Curl.php file should not exist
274+ Then the wp-includes/Requests/src/ Exception/Transport/Curl.php file should not exist
275+ Then the wp-includes/Requests/src/ Exception/Http/Status502.php file should not exist
276+ Then the wp-includes/Requests/src/ Iri.php file should not exist
277277 And STDOUT should contain:
278278 """
279279 Success: WordPress updated successfully.
@@ -284,10 +284,10 @@ Feature: Update WordPress core
284284 Then the wp-includes/Requests/Exception/Transport/cURL.php file should not exist
285285 Then the wp-includes/Requests/Exception/HTTP/502.php file should not exist
286286 Then the wp-includes/Requests/IRI.php file should not exist
287- Then the wp-includes/Requests/Transport/Curl.php file should exist
288- Then the wp-includes/Requests/Exception/Transport/Curl.php file should exist
289- Then the wp-includes/Requests/Exception/Http/Status502.php file should exist
290- Then the wp-includes/Requests/Iri.php file should exist
287+ Then the wp-includes/Requests/src/ Transport/Curl.php file should exist
288+ Then the wp-includes/Requests/src/ Exception/Transport/Curl.php file should exist
289+ Then the wp-includes/Requests/src/ Exception/Http/Status502.php file should exist
290+ Then the wp-includes/Requests/src/ Iri.php file should exist
291291 Then STDOUT should contain:
292292 """
293293 File removed: wp-includes/Requests/Transport/fsockopen.php
0 commit comments