SAND-framework/tests/phpunit/phpunit.xml

13 lines
316 B
XML

<phpunit colors="true">
<testsuites>
<testsuite name="SAND Classes">
<file>./tests/UrlTest.php</file>
</testsuite>
</testsuites>
<logging>
<log type="junit" target="../build/logs/phpunit.xml" />
<log type="testdox-html" target="../build/logs/phpunit.html" />
</logging>
</phpunit>