Files
sterivein/phpunit.xml
Manuel Raynaud 1016596256 add GPL V3
add specific bootstrap for unit tests
2013-01-07 10:46:02 +01:00

15 lines
316 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
bootstrap="core/lib/Thelia/Tests/bootstrap.php"
verbose="true"
backupGlobals="false"
>
<testsuites>
<testsuite name="Thelia">
<directory>core/lib/Thelia/Tests</directory>
</testsuite>
</testsuites>
</phpunit>