File tree Expand file tree Collapse file tree 1 file changed +12
-22
lines changed Expand file tree Collapse file tree 1 file changed +12
-22
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
3- backupStaticAttributes =" false"
4- bootstrap =" tests/bootstrap.php"
5- colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- processIsolation =" false"
10- stopOnFailure =" false"
11- verbose =" true"
12- >
13- <testsuites >
14- <testsuite name =" file-storage" >
15- <directory suffix =" Test.php" >tests/</directory >
16- </testsuite >
17- </testsuites >
18- <filter >
19- <whitelist >
20- <directory suffix =" .php" >src/</directory >
21- </whitelist >
22- </filter >
23- <!--
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" bootstrap =" tests/bootstrap.php" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" verbose =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage >
4+ <include >
5+ <directory suffix =" .php" >src/</directory >
6+ </include >
7+ </coverage >
8+ <testsuites >
9+ <testsuite name =" file-storage" >
10+ <directory suffix =" Test.php" >tests/</directory >
11+ </testsuite >
12+ </testsuites >
13+ <!--
2414 <logging>
2515 <log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/>
2616 <log type="coverage-clover" target="coverage.xml" showUncoveredFiles="true"/>
You can’t perform that action at this time.
0 commit comments