We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68495f commit d4cea45Copy full SHA for d4cea45
README.md
@@ -38,7 +38,7 @@ Enable extension by editing `behat.yml` of your project:
38
``` yaml
39
default:
40
extensions:
41
- LeanPHP\BehathpSpec\CodeCoverage\CodeCoverageExtension:
+ LeanPHP\Behat\CodeCoverage\Extension:
42
auth: ~
43
drivers:
44
- local
@@ -73,7 +73,7 @@ Options).
73
# ...
74
75
76
77
# http auth (optional)
78
79
# select which driver to use when gatherig coverage data
0 commit comments