summaryrefslogtreecommitdiff
path: root/phpunit.xml
blob: 73efc552c88fc257598721dbaadbc7f8c1dff15d (plain)
1
2
3
4
5
6
7
8
9
10
<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>