File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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" bootstrap =" vendor/autoload.php" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3- <coverage >
4- <include >
5- <directory suffix =" .php" >src/</directory >
6- </include >
7- </coverage >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/12.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
83 <testsuites >
94 <testsuite name =" Package Test Suite" >
10- <directory suffix =" .php" >./tests/</directory >
5+ <directory suffix =" Test .php" >./tests/</directory >
116 </testsuite >
127 </testsuites >
8+ <source >
9+ <include >
10+ <directory suffix =" .php" >src/</directory >
11+ </include >
12+ </source >
1313</phpunit >
You can’t perform that action at this time.
0 commit comments