File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
3- <phpunit backupGlobals =" false"
4- backupStaticAttributes =" false"
5- bootstrap =" test/bootstrap.php"
6- colors =" true"
7- convertErrorsToExceptions =" true"
8- convertNoticesToExceptions =" true"
9- convertWarningsToExceptions =" true"
10- stopOnFailure =" false"
11-
12- >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" test/bootstrap.php" colors =" true"
3+ stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory =" .phpunit.cache"
4+ backupStaticProperties =" false" >
135 <testsuites >
146 <testsuite name =" Php Library Test Suite" >
157 <directory >test</directory >
168 </testsuite >
179 </testsuites >
18-
1910 <coverage >
2011 <include >
2112 <directory suffix =" .php" >src</directory >
You can’t perform that action at this time.
0 commit comments