Last active
September 22, 2024 06:36
-
-
Save anytizer/b406bc630dfeff29ecda4bd88ad0bd9c to your computer and use it in GitHub Desktop.
phphunit.xml minimum settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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