This repository was archived by the owner on Feb 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit backupGlobals =" false"
3- backupStaticAttributes =" false"
4- bootstrap =" vendor/autoload.php"
5- colors =" true"
6- convertErrorsToExceptions =" true"
7- convertNoticesToExceptions =" true"
8- convertWarningsToExceptions =" true"
9- processIsolation =" false"
10- stopOnFailure =" false"
11- syntaxCheck =" false"
3+ backupStaticAttributes =" false"
4+ bootstrap =" vendor/autoload.php"
5+ colors =" true"
6+ convertErrorsToExceptions =" true"
7+ convertNoticesToExceptions =" true"
8+ convertWarningsToExceptions =" true"
9+ processIsolation =" false"
10+ stopOnFailure =" false"
11+ syntaxCheck =" false"
1212>
1313 <filter >
14- <whitelist processUncoveredFilesFromWhitelist =" true" >
15- <directory suffix =" .php" >./src</directory >
16- </whitelist >
14+ <whitelist processUncoveredFilesFromWhitelist =" true" >
15+ <directory suffix =" .php" >./src</directory >
16+ </whitelist >
1717 </filter >
1818 <testsuites >
19- <testsuite name =" PHP JSON Iterator test suite" >
20- <directory suffix =" .php" >./tests/</directory >
21- </testsuite >
19+ <testsuite name =" PHP JSON Iterator test suite" >
20+ <directory suffix =" .php" >./tests/</directory >
21+ </testsuite >
2222 </testsuites >
2323</phpunit >
You can’t perform that action at this time.
0 commit comments