SAND-framework/tests/phpunit.xml
Emmanuel ROY 21ec903fa9 Ajout et tests des modules Wordpress et Prestashop
Installation finalisée pour wordpress
Installation en erreur pour Prestashop
2019-12-06 17:35:12 +01:00

14 lines
351 B
XML

<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>