]> git.mxchange.org Git - friendica.git/blob - phpunit.xml
Fixes:
[friendica.git] / phpunit.xml
1 <?xml version="1.0"?>
2 <phpunit
3         bootstrap="tests/bootstrap.php"
4         verbose="true">
5     <testsuites>
6         <testsuite>
7             <directory>tests/</directory>
8         </testsuite>
9     </testsuites>
10 </phpunit>