piler/phpunit.xml
Janos SUTO 0659564b32 Moved php unit tests to unit_tests/php dir
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-12-09 08:24:05 +00:00

13 lines
358 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./unit_tests/php</directory>
</testsuite>
</testsuites>
<php>
<env name="DIR_BASE" value="webui/" />
<env name="TEST_FILES_DIR" value="test_files/" />
</php>
</phpunit>