piler/webui/phpunit.xml
Janos SUTO b6f8834fe8 Fixed bitbucket pipeline
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-03-14 20:58:44 +01:00

13 lines
348 B
XML

<?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>