File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4- bootstrap =" vendor/autoload.php"
5- colors =" true" >
6- <testsuites >
7- <testsuite name =" Antidot\\Tests" >
8- <directory >./test</directory >
9- </testsuite >
10- </testsuites >
11-
12- <filter >
13- <whitelist processUncoveredFilesFromWhitelist =" true" >
14- <directory suffix =" .php" >./src</directory >
15- </whitelist >
16- </filter >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" >
3+ <coverage processUncoveredFiles =" true" >
4+ <include >
5+ <directory suffix =" .php" >./src</directory >
6+ </include >
7+ </coverage >
8+ <testsuites >
9+ <testsuite name =" Antidot\\Tests" >
10+ <directory >./test</directory >
11+ </testsuite >
12+ </testsuites >
1713</phpunit >
You can’t perform that action at this time.
0 commit comments