/home/arranoyd/www/wp-content/plugins/brizy/vendor/shortpixel/shortpixel-php/phpunit.xml
<!--<phpunit bootstrap="test/helper.php" colors="true">-->
<phpunit colors="true">
    <testsuites>
        <testsuite name="ShortPixel PHP Test Suite">
            <directory suffix="Test.php">test</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory>lib</directory>
        </whitelist>
    </filter>
</phpunit>