Merge branch 'improve-tests' into add-static-code-analysis

This commit is contained in:
Art4 2024-11-10 00:20:29 +00:00
commit 221dad7663
7 changed files with 57 additions and 84 deletions

View file

@ -157,6 +157,7 @@
},
"scripts": {
"test": "phpunit",
"test:unit": "phpunit -c tests/phpunit.xml --testsuite unit",
"phpstan": "phpstan analyze --memory-limit 1024M --configuration .phpstan.neon",
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './view/asset/*' -print0 | xargs -0 -n1 php -l",
"docker:translate": "docker run --rm -v $PWD:/data -w /data friendicaci/transifex bin/run_xgettext.sh",