Update# forgot to add integration folder setting to phpunit.xml
This commit is contained in:
parent
cd599a41eb
commit
9cc755e309
|
|
@ -3,6 +3,9 @@
|
||||||
<testsuite name="unit">
|
<testsuite name="unit">
|
||||||
<directory>./unit</directory>
|
<directory>./unit</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
<testsuite name="integration">
|
||||||
|
<directory>./integration</directory>
|
||||||
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue