OSDN Git Service

Update documentation with the new function name
[php-libraries/Router.git] / phpunit.xml.dist
1 <phpunit bootstrap="./vendor/autoload.php" colors="true" syntaxCheck="true">
2   <testsuites>
3     <testsuite name="PHP Router">
4       <directory>tests</directory>
5     </testsuite>
6   </testsuites>
7 </phpunit>