add phpunit configuration
This commit is contained in:
parent
e35a4a1306
commit
ee54904274
|
@ -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…
Reference in New Issue