Newer
Older
mailpiler / webui / phpunit.xml
@Janos SUTO Janos SUTO on 14 Mar 2022 348 bytes Fixed bitbucket pipeline
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
    <testsuites>
        <testsuite name="Application Test Suite">
            <directory>./tests</directory>
        </testsuite>
    </testsuites>
    <php>
        <env name="DIR_BASE" value="./" />
        <env name="TEST_FILES_DIR" value="../test_files/" />
    </php>
</phpunit>