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