Skip to content

Commit 2c87e7a

Browse files
authored
Update README.md
Remove old configuration instructions as they are no longer needed.
1 parent 788c60d commit 2c87e7a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: README.md

-16
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@ You can install the package via composer:
1313
composer require chrisdicarlo/phpunit-failed-runner --dev
1414
```
1515

16-
## Configuration
17-
18-
This package requires Phpunit logging in textdox XML format. Add the following to your phpunit.xml file:
19-
20-
```xml
21-
<logging>
22-
<testdoxXml outputFile="testdox.xml"/>
23-
</logging>
24-
```
25-
26-
Optionally, add the logfile to your .gitignore:
27-
28-
```bash
29-
echo testdox.xml >> .gitignore
30-
```
31-
3216
### Install XmlStarlet
3317

3418
On Linux:

0 commit comments

Comments
 (0)