File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
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" backupGlobals =" false" backupStaticAttributes =" false"
3- bootstrap =" vendor/autoload.php" colors =" true" convertErrorsToExceptions =" true"
4- convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false"
5- stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
6- <coverage processUncoveredFiles =" true" >
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+ >
7+ <coverage >
78 <include >
89 <directory suffix =" .php" >./src</directory >
910 </include >
You can’t perform that action at this time.
0 commit comments