Skip to content

Commit

Permalink
fix incorrect example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Dec 25, 2016
1 parent 69c26ec commit 0e6617f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/WordPressContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function save_env_as_var( $env, $var )

/**
* Check http status code.
* Example: Given save env $WP_VERSION as {WP_VERSION}
* Example: the HTTP status should be 400
*
* @param string $expect The HTTP status code.
* @then /^the HTTP status should be (?P<expect>[0-9]+)$/
Expand Down

0 comments on commit 0e6617f

Please sign in to comment.