friendica-addons/twitter/vendor/abraham/twitteroauth/phpunit.xml
2018-01-28 12:17:19 -05:00

12 lines
274 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite name="TwitterOAuth Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>