# getresponse/1.3.5/includes/classes/scssphp/phpunit.xml.dist

GetResponse Forms by Optin Cat, version 1.3.5. 30 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.3.5/code/includes/classes/scssphp/phpunit.xml.dist
- Raw: https://pluginprobe.com/plugins/getresponse/1.3.5/raw/includes/classes/scssphp/phpunit.xml.dist
- Modified: 2015-06-12T09:52:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getresponse/1.3.5/code/includes/classes/scssphp/phpunit.xml.dist#L10-L20`.

```
<?xml version="1.0" encoding="UTF-8"?>

<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit
    backupGlobals               = "false"
    backupStaticAttributes      = "false"
    strict                      = "false"
    colors                      = "true"
    convertErrorsToExceptions   = "true"
    convertNoticesToExceptions  = "true"
    convertWarningsToExceptions = "true"
    processIsolation            = "false"
    stopOnFailure               = "false"
    syntaxCheck                 = "false"
    bootstrap                   = "scss.inc.php">

    <testsuites>
        <testsuite name="Project Test Suite">
            <directory>tests</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory>src</directory>
        </whitelist>
    </filter>

</phpunit>

```
