Skip to content

Instantly share code, notes, and snippets.

@anytizer
Last active September 22, 2024 06:36
phphunit.xml minimum settings
<phpunit bootstrap="bootstrap.php" colors="true">
<testsuites>
<testsuite name="unit">
<directory suffix="Test.php">cases</directory>
</testsuite>
</testsuites>
<logging>
<testdoxText outputFile="testdox.txt"/>
</logging>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment