File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ compatible version numbers for stable releases.
2222
2323- PHP 5.6+ / 7.0+
2424- [ Behat v3] [ 3 ]
25- - [ Xdebug] [ 5 ] or [ phpdbg] [ 6 ] extension enabled (PHP 7+ is required for code
26- generation to work with [ phpdbg] [ 6 ] ).
25+ - [ Xdebug] [ 5 ] or [ phpdbg] [ 6 ] extension enabled
2726
2827## Change Log
2928
@@ -68,9 +67,7 @@ If you execute `bin/behat` command, you will see code coverage generated in
6867This extension now supports [phpdbg][6], which results in faster execution when
6968using more recent versions of PHP. Run `phpspec` via [phpdbg][6] :
7069
71- $ phpdbg -qrr behat run
72-
73- **Note!** PHP 7+ is required for code generation to work with [phpdbg][6].
70+ $ phpdbg -qrr bin/behat run
7471
7572# # Configuration
7673
You can’t perform that action at this time.
0 commit comments