scratch – Blame information for rev
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
115 | office | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <phpunit backupGlobals="false" |
||
3 | backupStaticAttributes="false" |
||
4 | colors="true" |
||
5 | convertErrorsToExceptions="true" |
||
6 | convertNoticesToExceptions="true" |
||
7 | convertWarningsToExceptions="true" |
||
8 | processIsolation="false" |
||
9 | stopOnFailure="false" |
||
10 | syntaxCheck="true" |
||
11 | verbose="false" |
||
12 | bootstrap="tests/bootstrap.php" |
||
13 | > |
||
14 | <logging> |
||
15 | <log type="coverage-html" target="tests/phpunit_report/report" charset="UTF-8" |
||
16 | yui="true" highlight="false" |
||
17 | lowUpperBound="35" highLowerBound="70"/> |
||
18 | </logging> |
||
19 | <php> |
||
20 | <ini name="display_errors" value="on"/> |
||
21 | </php> |
||
22 | <filter> |
||
23 | <whitelist processUncoveredFilesFromWhitelist="true"> |
||
24 | <directory suffix=".php">src/</directory> |
||
25 | </whitelist> |
||
26 | </filter> |
||
27 | |||
28 | <testsuites> |
||
29 | <testsuite name="TemporaryFilesystem tests Suite"> |
||
30 | <directory>tests</directory> |
||
31 | </testsuite> |
||
32 | </testsuites> |
||
33 | <filter> |
||
34 | <blacklist> |
||
35 | <directory>vendor</directory> |
||
36 | <directory>tests</directory> |
||
37 | </blacklist> |
||
38 | </filter> |
||
39 | |||
40 | </phpunit> |
||
41 |