mirror of
https://github.com/friendica/friendica
synced 2025-02-08 07:28:53 +01:00
10 lines
272 B
XML
10 lines
272 B
XML
<?xml version="1.0"?>
|
|
<phpunit>
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory suffix="_test.php">tests/</directory>
|
|
<exclude>tests/template_test.php</exclude>
|
|
<exclude>tests/get_tags_test.php</exclude>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|