From 1e1c718e5cec91c29bd1f6c26e9af952e64d3d37 Mon Sep 17 00:00:00 2001 From: Nico Stapelbroek Date: Fri, 8 Jun 2018 21:05:10 +0200 Subject: [PATCH] Use the word "both" in the PHPUnit --coverage docs By inserting the word "both" it should be more clear that both report types are required for infection to work with the flag. Closes #41 --- src/guide/command-line-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/command-line-options.md b/src/guide/command-line-options.md index 04b44a26..091665df 100644 --- a/src/guide/command-line-options.md +++ b/src/guide/command-line-options.md @@ -75,14 +75,14 @@ Path to the existing coverage reports. For `PHPUnit`: -* Infection requires `xml` and `junit` reports +* Infection requires both the`xml` and `junit` reports to work * If `build/coverage` path is provided, it should contain `coverage-xml` folder and `phpunit.junit.xml` file * `build/coverage/coverage-xml/*` * `build/coverage/phpunit.junit.xml` For `PhpSpec`: -* Infection requires `xml` report +* Infection requires the `xml` report to work * If `build/coverage` path is provided, it should contain `phpspec-coverage-xml` folder Example: