7 lines
187 B
XML
7 lines
187 B
XML
|
<phpunit bootstrap="./vendor/autoload.php">
|
||
|
<testsuites>
|
||
|
<testsuite name="PicoFeed">
|
||
|
<directory>tests</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|