Skip to content

Commit be57e8f

Browse files
authored
Merge pull request #650 from paulohenriquesg/patch-2
Error on command line example
2 parents fff9d82 + 24c2f2c commit be57e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/07-BDD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Steps are defined in Context files. Default context is an actor class, i.e. for
233233
To list all defined steps run `gherkin:steps` command:
234234
235235
```bash
236-
php vendor/bin/php codecept gherkin:steps
236+
php vendor/bin/codecept gherkin:steps
237237
```
238238
239239
## Testing Behavior

0 commit comments

Comments
 (0)