Skip to content

Instantly share code, notes, and snippets.

@fernandopetry
Created August 25, 2019 00:48
Show Gist options
  • Save fernandopetry/43709bf59d22efcdf775064258d034bd to your computer and use it in GitHub Desktop.
Save fernandopetry/43709bf59d22efcdf775064258d034bd to your computer and use it in GitHub Desktop.
<?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