File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd" bootstrap =" tests/bootstrap.php" backupGlobals =" false" beStrictAboutOutputDuringTests =" true" beStrictAboutTestsThatDoNotTestAnything =" true" cacheDirectory =" .phpunit.cache" beStrictAboutCoverageMetadata =" true"
3
- extensionsDirectory=" tools/phpunit.d" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1/phpunit.xsd"
3
+ bootstrap =" tests/bootstrap.php"
4
+ backupGlobals =" false"
5
+ beStrictAboutOutputDuringTests =" true"
6
+ beStrictAboutTestsThatDoNotTestAnything =" true"
7
+ enforceTimeLimit =" true"
8
+ cacheDirectory =" .phpunit.cache"
9
+ beStrictAboutCoverageMetadata =" true"
10
+ extensionsDirectory =" tools/phpunit.d" >
4
11
<coverage >
5
12
<report >
6
13
<html outputDirectory =" build/coverage/html" />
You can’t perform that action at this time.
0 commit comments