forked from jublo/codebird-php
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.hhvm
More file actions
Latest commit
22 lines (20 loc) · 610 Bytes
/
Copy pathphpunit.xml.hhvm
File metadata and controls
22 lines (20 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<phpunitbackupGlobals="true"
backupStaticAttributes="false"
strict="true"
timeoutForSmallTests="10"
timeoutForMediumTests="30"
colors="true"
verbose="true">
<testsuites>
<testsuitename="Environment">
<file>test/environment_test.php</file>
</testsuite>
<testsuitename="Unit">
<directorysuffix="_tests.php">test</directory>
</testsuite>
</testsuites>
<logging>
<logtype="junit"target="build/logs/junit.xml"/>
</logging>
</phpunit>