mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 21:51:59 +01:00
0659564b32
Signed-off-by: Janos SUTO <sj@acts.hu>
13 lines
358 B
XML
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>
|