-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
39 lines (30 loc) · 779 Bytes
/
phpunit.xml
File metadata and controls
39 lines (30 loc) · 779 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="bootstrap.php">
<!-- Define test suites -->
<testsuites>
<testsuite name="Artesis">
<directory>tests/artesis</directory>
</testsuite>
</testsuites>
<!-- Set logging facilities -->
<logging>
<log type="junit" target="logs/logfile.xml" logIncompleteSkipped="true" />
<log type="testdox-html" target="logs/testdox.html" />
</logging>
<!-- Set PHP variables or ini settings -->
<php>
<var name="url" value="http://artesis-latest.ci.inlead.dk" />
</php>
<!--
Allebib
http://allebib-latest.ci.inlead.dk/
Ringbib
http://ringbib-latest.ci.inlead.dk/
Slagbib
http://slagbib-latest.ci.inlead.dk/
Tarnbib
http://tarnbib-latest.ci.inlead.dk/
Varbib
http://varbib-latest.ci.inlead.dk/
-->
</phpunit>