friendica/phpunit.xml
2018-07-03 08:44:14 -04:00

11 lines
210 B
XML

<?xml version="1.0"?>
<phpunit
bootstrap="tests/bootstrap.php"
verbose="true">
<testsuites>
<testsuite>
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>