OSDN Git Service

Merge pull request #891 from wp-cli/email-for-user-891
[wvm/wvm.git] / phpunit.xml.dist
1 <phpunit
2         bootstrap="tests/bootstrap.php"
3         colors="true"
4         >
5         <testsuites>
6                 <testsuite>
7                         <directory prefix="spec-" suffix=".php">tests/</directory>
8                         <directory prefix="test-" suffix=".php">tests/</directory>
9                 </testsuite>
10         </testsuites>
11 </phpunit>