14 lines
329 B
XML
14 lines
329 B
XML
<phpunit bootstrap="./Bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="ZendService Apple Apns Test Suite">
|
|
<directory>./ZendService</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<groups>
|
|
<exclude>
|
|
<group>disable</group>
|
|
</exclude>
|
|
</groups>
|
|
</phpunit>
|