sebastianbergmann / phpunit-documentation-english

English Documentation for PHPUnit
https://docs.phpunit.de/
85 stars 136 forks source link

docs(configruation): Add testsuite tag to directory and file element #332

Closed sevjan closed 1 year ago

sevjan commented 1 year ago

As far is I understood file and directory can also be used in testsuite. Added for consistency.

In version 9.5 the seperate <file> and <directory> chapters were added.

Thank you for the very accurate documentation. That just helps a lot for edgcases. 👏

sebastianbergmann commented 1 year ago

The 9.5 branch is closed for changes (and should have been deleted a long time ago). The <file> and <directory> elements where you added <testsuite> as a possible parent are related to code coverage configuration, not to test suite configuration.