File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,17 @@ configuration file check [Configuration section](#configuration).
57
57
58
58
# # Usage
59
59
60
- If you execute `bin/behat` command, you will see code coverage generated in
60
+ If you execute `vendor/ bin/behat` command, you will see code coverage generated in
61
61
`target` (i.e. `build/behat-coverage`) directory (in `html` format) :
62
62
63
- $ bin/behat
63
+ $ vendor/ bin/behat
64
64
65
65
# ## Running with phpdbg
66
66
67
67
This extension now supports [phpdbg][6], which results in faster execution when
68
- using more recent versions of PHP. Run `phpspec ` via [phpdbg][6] :
68
+ using more recent versions of PHP. Run `behat ` via [phpdbg][6] :
69
69
70
- $ phpdbg -qrr bin/behat run
70
+ $ phpdbg -qrr vendor/ bin/behat
71
71
72
72
# # Configuration
73
73
You can’t perform that action at this time.
0 commit comments