Skip to content

Commit 0e6617f

Browse files
committed
fix incorrect example in docs
1 parent 69c26ec commit 0e6617f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/WordPressContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function save_env_as_var( $env, $var )
2525

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

0 commit comments

Comments
 (0)