<phpunit bootstrap="../PHP/CompatInfo/Autoload.php">
    <testsuite name="PHP_CompatInfo Test Suite">
        <directory>.</directory>
    </testsuite>

    <listeners>
        <listener class="GrowlTestListener"
                  file="./GrowlTestListener.php">
            <arguments>
               <file>../misc/autotest_images/pass.png</file>
               <file>../misc/autotest_images/pending.png</file>
               <file>../misc/autotest_images/fail.png</file>
               <string>127.0.0.1</string>
               <string></string>
               <boolean>true</boolean>
            </arguments>
        </listener>
    </listeners>
</phpunit>
