Skip to content

Commit fbdae2f

Browse files
committed
Replace final instance of wp.dev with example.com in documentation
1 parent 3e81bc1 commit fbdae2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

features/core.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Feature: Manage WordPress installation
347347

348348
When I run `wp db create`
349349
# extra/no-mail.php not present as mu-plugin so skip sending email else will fail on Travis with "sh: 1: -t: not found"
350-
And I run `wp core install --url=wp.dev --title="WP Dev" --admin_user=wpcli --admin_password=wpcli --admin_email=wpcli@example.com --skip-email`
350+
And I run `wp core install --url=example.com --title="WP Example" --admin_user=wpcli --admin_password=wpcli --admin_email=wpcli@example.com --skip-email`
351351
Then STDOUT should contain:
352352
"""
353353
Success: WordPress installed successfully.
@@ -356,13 +356,13 @@ Feature: Manage WordPress installation
356356
When I run `wp option get home`
357357
Then STDOUT should be:
358358
"""
359-
http://wp.dev
359+
http://example.com
360360
"""
361361

362362
When I run `wp option get siteurl`
363363
Then STDOUT should be:
364364
"""
365-
http://wp.dev
365+
http://example.com
366366
"""
367367

368368
Scenario: Warn when multisite constants can't be inserted into wp-config

0 commit comments

Comments
 (0)