Skip to content

Commit 06c6e7f

Browse files
committed
Mention PCOV in coverage driver list.
1 parent e9b641c commit 06c6e7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ used as a single metric defining how good your tests are.
1919
## Requirements
2020

2121
- PHP 7+ (for [PhpSpec][2] v4+) or PHP 5.6+ (for [PhpSpec][2] v3)
22-
- [Xdebug][3] or [phpdbg][4] extension enabled (PHP 7+ is required for code
22+
- [Xdebug][3], [phpdbg][4] or [pcov][6] extension enabled (PHP 7+ is required for code
2323
generation to work with [phpdbg][4]).
2424

2525
## Change Log
@@ -170,3 +170,4 @@ Licensed under [MIT License](LICENSE).
170170
[3]: https://xdebug.org/
171171
[4]: https://github.com/krakjoe/phpdbg
172172
[5]: https://github.com/leanphp/phpspec-code-coverage
173+
[6]: https://github.com/krakjoe/pcov

0 commit comments

Comments
 (0)