Files
faveo/vendor/zendframework/zendservice-google-gcm/tests/phpunit.xml.dist
2025-08-02 23:14:28 +07:00

14 lines
329 B
XML

<phpunit bootstrap="./Bootstrap.php" colors="true">
<testsuites>
<testsuite name="ZendService Google Gcm Test Suite">
<directory>./ZendService</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>disable</group>
</exclude>
</groups>
</phpunit>