mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
10 lines
210 B
XML
10 lines
210 B
XML
<?xml version="1.0"?>
|
|
<phpunit
|
|
bootstrap="tests/bootstrap.php"
|
|
verbose="true">
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory>tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|