We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e977cee commit ee4f620Copy full SHA for ee4f620
phpunit.xml
@@ -1,12 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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>
+ <!-- Intentionally empty. Configure POHODA_* via the environment or phpunit.xml.dist -->
10
<testsuites>
11
<testsuite name="all">
12
<directory>./tests</directory>
0 commit comments