Getting through the test step.
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
"@docs"
|
||||
],
|
||||
"metrics": "vendor/bin/phpmetrics --report-html=output/metrics --junit=output/test.xml src/",
|
||||
"docs": "phpDocumentor",
|
||||
"docs": "tools/phpDocumentor",
|
||||
"analyze": [
|
||||
"@analyze-yaml",
|
||||
"@analyze-phpmd",
|
||||
@ -44,9 +44,9 @@
|
||||
"@analyze-phpcs"
|
||||
],
|
||||
"analyze-yaml": "vendor/bin/yaml-lint .",
|
||||
"analyze-phpmd": "phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
|
||||
"analyze-phpstan":"phpstan",
|
||||
"analyze-psalm": "psalm --no-cache",
|
||||
"analyze-phpcs": "phpcs"
|
||||
"analyze-phpmd": "tools/phpmd src,tests text cleancode,codesize,controversial,design,naming,unusedcode",
|
||||
"analyze-phpstan":"tools/phpstan",
|
||||
"analyze-psalm": "tools/psalm --no-cache",
|
||||
"analyze-phpcs": "tools/phpcs"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user