OXDEV-3559 Fix memory limit issues with PHPStan
Dieser Commit ist enthalten in:
Ursprung
8c4b19b495
Commit
9fa8c1bc60
@ -6,11 +6,7 @@
|
||||
"license": ["GPL-3.0"],
|
||||
"extra": {
|
||||
"oxideshop": {
|
||||
"target-directory": "oe/graphql-module",
|
||||
"blacklist-filter": [
|
||||
"src/**/*.php",
|
||||
"tests/**/*.php"
|
||||
]
|
||||
"target-directory": "oe/graphql-module"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
@ -49,7 +45,7 @@
|
||||
],
|
||||
"test:lint": "php-cs-fixer fix --dry-run",
|
||||
"test:syntax": "parallel-lint src/ tests/ metadata.php",
|
||||
"test:static": "phpstan analyse src/",
|
||||
"test:static": "phpstan --memory-limit=-1 analyse src/",
|
||||
"test:unit": "phpunit -c tests/phpunit.xml tests/Unit/",
|
||||
"test": [
|
||||
"@test:syntax",
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren