Skip to content
Snippets Groups Projects
phpunit.xml 493 B
Newer Older
<phpunit bootstrap="Tests/phpunit_bootstrap.php">
Marc Egger's avatar
Marc Egger committed
            <directory>Tests/Unit</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist processUncoveredFilesFromWhitelist="true">
Marc Egger's avatar
Marc Egger committed
            <directory suffix=".php">Classes/</directory>
    <php>
        <ini name='session.cookie_lifetime' value='259200' />