Update to static checker file, add phpunit xml, update composer json
This commit is contained in:
@@ -79,6 +79,7 @@ return [
|
||||
// to parse, but not analyze
|
||||
"exclude_analysis_directory_list" => [
|
||||
'vendor',
|
||||
'test',
|
||||
],
|
||||
'exclude_file_list' => [
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"php": ">=7.4.0"
|
||||
},
|
||||
"archive": {
|
||||
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/"]
|
||||
"exclude": ["/test/", "/test/*", "/phpstan.neon", "/psalm.xml", "/.phan/", "/.vscode/", "/phpunit.xml"]
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9"
|
||||
|
||||
@@ -8,8 +8,4 @@ parameters:
|
||||
excludePaths:
|
||||
# ignore composer
|
||||
- vendor
|
||||
# ignore errores with
|
||||
ignoreErrors:
|
||||
-
|
||||
message: '#Strict comparison using === between false and true will always evaluate to false.#'
|
||||
path: %currentWorkingDirectory%/test/aws_gift_card_tests.php
|
||||
- test
|
||||
|
||||
5
phpunit.xml
Normal file
5
phpunit.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<phpunit
|
||||
colors="true"
|
||||
verbose="true"
|
||||
>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user