Update# forgot to add integration folder setting to phpunit.xml

This commit is contained in:
Pellaeon Lin 2018-04-29 00:24:10 +08:00
parent cd599a41eb
commit 9cc755e309
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
<testsuite name="unit">
<directory>./unit</directory>
</testsuite>
<testsuite name="integration">
<directory>./integration</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>