We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9223c05 commit 3218908Copy full SHA for 3218908
features/server.feature
@@ -29,7 +29,7 @@ Feature: Serve WordPress locally
29
Scenario: Pretty permalinks
30
Given a WP install
31
And I launch in the background `wp server --host=localhost --port=8183`
32
- And I run `wp rewrite structure '/%postname%/'`
+ And I run `wp option update permalink_structure '/%postname%/'`
33
34
When I run `curl -sS http://localhost:8183/?p=1`
35
Then STDOUT should contain:
0 commit comments