File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <phpunit backupGlobals =" false"
4+ backupStaticAttributes =" false"
5+ colors =" true"
6+ convertErrorsToExceptions =" true"
7+ convertNoticesToExceptions =" true"
8+ convertWarningsToExceptions =" true"
9+ processIsolation =" false"
10+ stopOnFailure =" false"
11+ syntaxCheck =" false"
12+ bootstrap =" vendor/autoload.php"
13+ >
14+ <testsuites >
15+ <testsuite name =" webonyx/graphql-php Test Suite" >
16+ <directory >./tests/</directory >
17+ </testsuite >
18+ </testsuites >
19+
20+ <filter >
21+ <whitelist >
22+ <directory >./</directory >
23+ <exclude >
24+ <directory >./tests</directory >
25+ <directory >./vendor</directory >
26+ </exclude >
27+ </whitelist >
28+ </filter >
29+
30+ <php >
31+ <ini name =" error_reporting" value =" E_ALL" />
32+ </php >
33+
34+ </phpunit >
You can’t perform that action at this time.
0 commit comments