File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ *
2+ ! .gitignore
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/6.4/phpunit.xsd"
4+ bootstrap =" vendor/autoload.php"
5+ colors =" true"
6+ failOnRisky =" true"
7+ failOnWarning =" true"
8+ beStrictAboutChangesToGlobalState =" true"
9+ beStrictAboutOutputDuringTests =" true"
10+ beStrictAboutResourceUsageDuringSmallTests =" true"
11+ backupGlobals =" true"
12+ verbose =" true" >
13+ <testsuites >
14+ <testsuite name =" Defaults" >
15+ <directory >tests</directory >
16+ </testsuite >
17+ </testsuites >
18+
19+ <filter >
20+ <whitelist processUncoveredFilesFromWhitelist =" true" >
21+ <directory suffix =" .php" >src</directory >
22+ </whitelist >
23+ </filter >
24+
25+ <php >
26+ <ini name =" error_reporting" value =" -1" />
27+
28+ <const name =" PHPUNIT_TESTSUITE" value =" true" />
29+ </php >
30+ </phpunit >
You can’t perform that action at this time.
0 commit comments