17 lines
373 B
XML
17 lines
373 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<phpunit
|
||
|
colors="true"
|
||
|
verbose="true"
|
||
|
bootstrap="./vendor/autoload.php"
|
||
|
>
|
||
|
<testsuites>
|
||
|
<testsuite name="Application Test Suite">
|
||
|
<directory>./tests/</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
<filter>
|
||
|
<whitelist>
|
||
|
<directory>./app</directory>
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
</phpunit>
|