Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #15 from rpkamp/P5
Browse files Browse the repository at this point in the history
Note that PHPUnit 5 support has ended
  • Loading branch information
rpkamp committed Feb 2, 2018
2 parents 532deb3 + 9be6f80 commit 103e053
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 @@ -7,7 +7,7 @@ A fancy testdox printer for PHPUnit. Output is similar to PHPUnit's `--testdox`

## PHPUnit compatibility

This printer is compatible with **PHPUnit 6 only**. PHPUnit 5 support will end very soon, so there are no plans to add support for it in this package.
This printer is compatible with **PHPUnit 6 only**. PHPUnit 5 support has ended, so there are no plans to add support for it in this package.

In **PHPUnit 7** the default testdox printer has been replaced with this printer. Therefore there is no version of this package that supports PHPUnit 7, nor will there ever be, as it is not needed.
To obtain the same output in PHPUnit 7 run `phpunit --testdox`. If you also want to see the time each test took run `phpunit --testdox -v`.
Expand Down

0 comments on commit 103e053

Please sign in to comment.