Your IP : 216.73.216.95


Current Path : /var/www/alh/system/library/d_shopunity/develop/
Upload File :
Current File : /var/www/alh/system/library/d_shopunity/develop/phpunit.xml

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./bootstrap.php"
        colors="true">
    <testsuites>
        <testsuite name="catalog-tests">
            <directory suffix="Test.php">../test/phpunit/catalog/</directory>
        </testsuite>
        <testsuite name="admin-tests">
            <directory suffix="AdminTest.php">../test/phpunit/admin/</directory>
        </testsuite>
    </testsuites>
    <php>
        <env name="OC_ROOT" value="../../../../" />
        <env name="TEST_CONFIG" value="test" />
    </php>
</phpunit>