Created
August 25, 2019 00:48
-
-
Save fernandopetry/43709bf59d22efcdf775064258d034bd to your computer and use it in GitHub Desktop.
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<phpunit | |
bootstrap="./tests/Bootstrap.php" | |
colors="true" | |
convertErrorsToExceptions="true" | |
convertNoticesToExceptions="true" | |
convertWarningsToExceptions="true" | |
verbose="true" | |
syntaxCheck="true"> | |
<logging> | |
<log type="testdox-text" target="./tests/testdox.txt"/> | |
</logging> | |
<php> | |
<server name="HTTP_USER_AGENT" value="PHP Unit Test"/> | |
</php> | |
<testsuites> | |
<testsuite name="TestUnit"> | |
<directory>./tests</directory> | |
</testsuite> | |
</testsuites> | |
</phpunit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment