Create "integration" PHPUnit testsuite using PHPT

This commit is contained in:
Henrique Moody 2015-07-29 00:28:11 -03:00
parent 418480a385
commit 91e228eff1

View file

@ -9,9 +9,12 @@
syntaxCheck="false"
verbose="false">
<testsuites>
<testsuite>
<testsuite name="unit">
<directory suffix="Test.php">tests</directory>
</testsuite>
<testsuite name="integration">
<directory suffix=".phpt">tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>