-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
19 lines (19 loc) · 834 Bytes
/
phpunit.xml
File metadata and controls
19 lines (19 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true"
cacheDirectory=".phpunit.cache">
<testsuites>
<testsuite name="Integration Tests">
<directory>./tests/Integration</directory>
</testsuite>
</testsuites>
<php>
<env name="PROFFIX_API_URL" value="https://work.pitw.ch:1500"/>
<env name="PROFFIX_API_DATABASE" value="DEMODB"/>
<env name="PROFFIX_API_USERNAME" value="TM"/>
<env name="PROFFIX_API_PASSWORD" value="03ac674216f3e15c761ee1a5e255f067953623c8b388b4459e13f978d7c846f4"/>
<env name="PROFFIX_API_MODULES" value="VOL"/>
</php>
</phpunit>