add phpunit configuration

pull/68/head
Andrew Dolgov 2 years ago
parent e35a4a1306
commit ee54904274
  1. 10
      phpunit.xml

@ -0,0 +1,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>
Loading…
Cancel
Save