]> git.mxchange.org Git - friendica-addons.git/blob - twitter/vendor/abraham/twitteroauth/phpunit.xml
Add explicit dependencies to twitter addon
[friendica-addons.git] / twitter / vendor / abraham / twitteroauth / phpunit.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit
3         colors="true"
4         bootstrap="tests/bootstrap.php">
5
6     <testsuites>
7         <testsuite name="TwitterOAuth Test Suite">
8             <directory>./tests/</directory>
9         </testsuite>
10     </testsuites>
11 </phpunit>