14 lines
272 B
XML
14 lines
272 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit
|
|
colors="true"
|
|
bootstrap="core/autoload.php"
|
|
verbose="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Thelia">
|
|
<directory>core/lib/Thelia/Tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|