File tree 1 file changed +22
-1
lines changed
1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
- <phpunit bootstrap =" tests/bootstrap.php" backupGlobals =" false" colors =" true" >
1
+ <phpunit
2
+ bootstrap=" tests/bootstrap.php"
3
+ backupGlobals=" false"
4
+ colors=" true"
5
+ convertErrorsToExceptions=" true"
6
+ convertNoticesToExceptions=" true"
7
+ convertWarningsToExceptions=" true"
8
+ >
2
9
<testsuites >
3
10
<!-- Default test suite to run all tests -->
4
11
<testsuite >
5
12
<directory prefix =" test_" suffix =" .php" >tests</directory >
6
13
</testsuite >
7
14
</testsuites >
15
+
16
+ <logging >
17
+ <log type =" coverage-html" target =" coverage" title =" PHPUnit"
18
+ charset =" UTF-8" yui =" true" highlight =" true" />
19
+ </logging >
20
+
21
+ <filter >
22
+ <blacklist >
23
+ <directory suffix =" .php" >.</directory >
24
+ </blacklist >
25
+ <whitelist >
26
+ <directory suffix =" .php" >./lib</directory >
27
+ </whitelist >
28
+ </filter >
8
29
</phpunit >
You can’t perform that action at this time.
0 commit comments