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