11 lines
309 B
XML
11 lines
309 B
XML
|
<phpunit
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/latest/phpunit.xsd"
|
||
|
bootstrap="tests/autoload.php"
|
||
|
verbose="true">
|
||
|
<testsuite name="tt-rss">
|
||
|
<directory>tests</directory>
|
||
|
</testsuite>
|
||
|
|
||
|
</phpunit>
|