-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpunit.php52.xml
More file actions
27 lines (27 loc) · 1.08 KB
/
Copy pathphpunit.php52.xml
File metadata and controls
27 lines (27 loc) · 1.08 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="generated/test/xKerman/Restricted/bootstrap.test.php">
<testsuites>
<testsuite name="restricted-unserialize">
<directory>generated/test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">generated/src</directory>
<exclude>
<directory suffix="bootstrap.php">generated/src/xKerman/Restricted</directory>
<!-- work around for https://github.com/sebastianbergmann/php-code-coverage/issues/102-->
<directory suffix="Interface.php">generated/src/xKerman/Restricted</directory>
<directory suffix="Exception.php">generated/src/xKerman/Restricted</directory>
</exclude>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="report/coverage/clover.xml" />
<log type="coverage-html" target="report/coverage" />
<log type="coverage-text" target="php://stdout" showOnlySummary="true" />
</logging>
<php>
<ini name="error_reporting" value="-1" />
</php>
</phpunit>