OSDN Git Service

Merge pull request #40 from matsu911/master
[php-libraries/Router.git] / phpunit.xml
1 <phpunit
2     bootstrap="./vendor/autoload.php"
3     colors="true"
4     syntaxCheck="true">
5   <testsuites>
6     <testsuite name="router">
7       <directory>tests</directory>
8     </testsuite>
9   </testsuites>
10 </phpunit>