forked from ffwagency/borgerdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
25 lines (24 loc) · 788 Bytes
/
phpunit.xml.dist
File metadata and controls
25 lines (24 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit
bootstrap="vendor/autoload.php"
colors="true"
backupGlobals="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<php>
<env name="MUNICIPALITY_COUNT" value="98"/>
<env name="MUNICIPALITY_CODE" value="157"/>
<env name="ARTICLE_ID1" value="150"/>
<env name="ARTICLE_ID2" value="152"/>
<env name="ARTICLE_URL" value="https://www.borger.dk/Sider/Adressebeskyttelse.aspx"/>
<env name="ARTICLE_URL_ID" value="643"/>
<env name="SITE_ID" value="168"/>
</php>
<testsuites>
<testsuite name="BorgerDk Article Export Service PHP SDK Unit Test Suite">
<directory suffix="Test.php">tests/BorgerDk/ArticleService/UnitTests</directory>
</testsuite>
</testsuites>
</phpunit>