Skip to content

Commit 4b1c908

Browse files
committed
Fix reference to phpunit XML file name (#50)
Fix reference to phpunit XML file name
2 parents 3a2d3eb + 0198748 commit 4b1c908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ composer require codeclimate/php-test-reporter:@dev --dev
6262

6363
- Generate coverage data to `build/logs/clover.xml`
6464

65-
Add the following to phpunit.dist.xml:
65+
Add the following to phpunit.xml.dist:
6666

6767
```xml
6868
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)