friendica/phpunit.xml

9 lines
193 B
XML
Raw Normal View History

2018-04-09 19:49:23 +00:00
<?xml version="1.0"?>
2018-04-09 19:23:41 +00:00
<phpunit bootstrap="tests/bootstrap.php">
2018-04-09 19:49:23 +00:00
<testsuites>
<testsuite>
<directory>tests/</directory>
2018-04-09 19:49:23 +00:00
</testsuite>
</testsuites>
</phpunit>