SAND-framework/tests/phpunit.xml
2019-12-05 18:29:10 +01:00

14 lines
351 B
XML
Executable file

<phpunit colors="true">
<testsuites>
<testsuite name="Objet_Fichier">
<file>./fichiertest.class.php</file>
<file>./Test.php</file>
</testsuite>
</testsuites>
<logging>
<log type="junit" target="../build/logs/phpunit.xml" />
<log type="testdox-html" target="../build/logs/phpunit.html" />
</logging>
</phpunit>