Enable Travis
[friendica.git/.git] / phpunit.xml
1 <?xml version="1.0"?>
2 <phpunit>
3     <testsuites>
4         <testsuite>
5             <directory suffix="_test.php">tests/</directory>
6                         <exclude>tests/template_test.php</exclude>
7                         <exclude>tests/get_tags_test.php</exclude>
8         </testsuite>
9     </testsuites>
10 </phpunit>