File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed
Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
32<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.7/phpunit.xsd"
5- backupGlobals =" false"
6- backupStaticAttributes =" false"
7- beStrictAboutTestsThatDoNotTestAnything =" true"
3+ xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
84 beStrictAboutChangesToGlobalState =" true"
95 beStrictAboutOutputDuringTests =" true"
106 colors =" true"
11- convertErrorsToExceptions =" true"
12- convertNoticesToExceptions =" true"
13- convertWarningsToExceptions =" true"
14- processIsolation =" false"
15- stopOnFailure =" false"
167 bootstrap =" tests/bootstrap.php"
178>
189 <testsuites >
1910 <testsuite name =" PHP-View Test Suite" >
2011 <directory >./tests/</directory >
2112 </testsuite >
2213 </testsuites >
23-
24- <filter >
25- <whitelist processUncoveredFilesFromWhitelist =" true" >
26- <directory >./src/</directory >
27- </whitelist >
28- </filter >
29- </phpunit >
14+ <coverage processUncoveredFiles =" true" >
15+ <include >
16+ <directory suffix =" .php" >./src/</directory >
17+ </include >
18+ </coverage >
19+ </phpunit >
You can’t perform that action at this time.
0 commit comments