Skip to content

Commit ee4f620

Browse files
Update phpunit.xml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e977cee commit ee4f620

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

phpunit.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit colors="true" bootstrap="./tests/bootstrap.php">
3-
<php>
4-
<env name="POHODA_URL" value="https://novak.proxy.spojenet.cz"/>
5-
<env name="POHODA_USERNAME" value="api"/>
6-
<env name="POHODA_PASSWORD" value="api"/>
7-
<env name="POHODA_ICO" value="25596641"/>
8-
<env name="POHODA_DEBUG" value="true"/>
9-
</php>
3+
<!-- Intentionally empty. Configure POHODA_* via the environment or phpunit.xml.dist -->
104
<testsuites>
115
<testsuite name="all">
126
<directory>./tests</directory>

0 commit comments

Comments
 (0)