File tree Expand file tree Collapse file tree 2 files changed +26
-12
lines changed
Expand file tree Collapse file tree 2 files changed +26
-12
lines changed Original file line number Diff line number Diff line change 1- <phpunit colors =" true" bootstrap =" bootstrap.php" backupGlobals =" false" cacheTokens =" true" >
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit
3+ colors =" true"
4+ bootstrap =" bootstrap.php"
5+ backupGlobals =" false"
6+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
7+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
8+ >
29 <php >
310 <!-- Disable E_USER_DEPRECATED until 3.0 -->
411 <!-- php -r 'echo -1 & ~E_USER_DEPRECATED;' -->
2633 </testsuite >
2734 </testsuites >
2835
29- <filter >
30- <whitelist >
31- <directory >../lib/Doctrine/ODM/PHPCR</directory >
32- </whitelist >
33- </filter >
36+ <coverage includeUncoveredFiles = " true " >
37+ <include >
38+ <directory >../lib/Doctrine/ODM/PHPCR/ </directory >
39+ </include >
40+ </coverage >
3441</phpunit >
Original file line number Diff line number Diff line change 1- <phpunit colors =" true" bootstrap =" bootstrap.php" backupGlobals =" false" cacheTokens =" true" >
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit
3+ colors =" true"
4+ bootstrap =" bootstrap.php"
5+ backupGlobals =" false"
6+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
7+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
8+ >
29 <php >
310 <!-- Disable E_USER_DEPRECATED until 3.0 -->
411 <!-- php -r 'echo -1 & ~E_USER_DEPRECATED;' -->
2229 </testsuite >
2330 </testsuites >
2431
25- <filter >
26- <whitelist >
27- <directory >../lib/Doctrine/ODM/PHPCR</directory >
28- </whitelist >
29- </filter >
32+ <coverage includeUncoveredFiles = " true " >
33+ <include >
34+ <directory >../lib/Doctrine/ODM/PHPCR/ </directory >
35+ </include >
36+ </coverage >
3037</phpunit >
You can’t perform that action at this time.
0 commit comments