friendica/phpunit.xml

11 lines
210 B
XML
Raw Normal View History

2018-04-09 21:49:23 +02:00
<?xml version="1.0"?>
2018-07-03 14:44:14 +02:00
<phpunit
bootstrap="tests/bootstrap.php"
verbose="true">
2018-04-09 21:49:23 +02:00
<testsuites>
<testsuite>
<directory>tests/</directory>
2018-04-09 21:49:23 +02:00
</testsuite>
</testsuites>
</phpunit>