Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DonCallisto authored Nov 8, 2020
1 parent cdb933c commit f2c779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ find tests/ -name "*Test.php" | ./vendor/liuggio/fastest/fastest -b"app/console

``` bash
# Install phpcov in order to merge the code coverage
composer require --dev "phpunit/phpcov:~3.0"
composer require --dev phpunit/phpcov
# Create a directory where the coverage files will be put
mkdir -p cov/fastest/
# Generate as many files than tests, since {n} is an unique number for each test
Expand Down

0 comments on commit f2c779c

Please sign in to comment.