We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a757a27 commit 4e1cce5Copy full SHA for 4e1cce5
features/server.feature
@@ -32,9 +32,9 @@ Feature: Serve WordPress locally
32
33
Scenario: Access wp-login.php
34
Given a WP install
35
- And I launch in the background `wp server --host=localhost --port=8182`
+ And I launch in the background `wp server --host=localhost --port=8185`
36
37
- When I run `curl -sS http://localhost:8182/wp-login.php`
+ When I run `curl -sS http://localhost:8185/wp-login.php`
38
Then STDOUT should contain:
39
"""
40
wp-login.php
0 commit comments