friendica/phpunit.xml

11 lines
210 B
XML
Raw Normal View History

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