File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ Feature: Update WordPress core
297297 Given a WP install
298298
299299 # May produce warnings if checksums cannot be retrieved.
300- When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-4.9- latest.zip`
300+ When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-latest.zip`
301301 Then STDOUT should contain:
302302 """
303303 Success:
@@ -308,7 +308,7 @@ Feature: Update WordPress core
308308 """
309309
310310 # May produce warnings if checksums cannot be retrieved.
311- When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-4.9- latest.zip`
311+ When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-latest.zip`
312312 Then STDOUT should contain:
313313 """
314314 Success:
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ Feature: Manage WordPress installation
327327
328328 $table_prefix = 'wp_';
329329
330- /* That's all, stop editing! Happy blogging . */
330+ /* That's all, stop editing! Happy publishing . */
331331
332332 /** Absolute path to the WordPress directory. */
333333 if ( !defined('ABSPATH') )
You can’t perform that action at this time.
0 commit comments