File tree Expand file tree Collapse file tree 2 files changed +14
-18
lines changed
Expand file tree Collapse file tree 2 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<phpunit
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8.5/phpunit.xsd"
5- bootstrap =" ./vendor/autoload.php"
6- executionOrder =" depends,defects"
7- beStrictAboutCoversAnnotation =" true"
8- beStrictAboutOutputDuringTests =" true"
9- beStrictAboutTodoAnnotatedTests =" true"
10- convertWarningsToExceptions =" true"
11- convertNoticesToExceptions =" true"
12- convertErrorsToExceptions =" true"
13- stopOnFailure =" false"
14- verbose =" true"
15- colors =" true"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8.5/phpunit.xsd"
5+ bootstrap =" ./vendor/autoload.php"
6+ executionOrder =" depends,defects"
7+ beStrictAboutCoversAnnotation =" true"
8+ beStrictAboutOutputDuringTests =" true"
9+ beStrictAboutTodoAnnotatedTests =" true"
10+ convertWarningsToExceptions =" true"
11+ convertNoticesToExceptions =" true"
12+ convertErrorsToExceptions =" true"
13+ stopOnFailure =" false"
14+ verbose =" true"
15+ colors =" true"
1616>
1717 <php >
1818 <ini name =" error_reporting" value =" -1" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<psalm
3- totallyTyped =" true"
4- resolveFromConfigFile =" true"
3+ errorLevel =" 1"
54 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
65 xmlns =" https://getpsalm.org/schema/config"
76 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
87>
98 <projectFiles >
109 <directory name =" src" />
11- <ignoreFiles >
12- <directory name =" vendor" />
13- </ignoreFiles >
1410 </projectFiles >
1511</psalm >
You can’t perform that action at this time.
0 commit comments