Skip to content
Snippets Groups Projects
Commit b2e743f2 authored by Eryk Mika's avatar Eryk Mika
Browse files

chore: phpstan, cbf, cs scripts in composer

parent 891c8b29
No related branches found
No related tags found
1 merge request!32feature: toggle field
Pipeline #494615 failed with stages
in 27 seconds
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
} }
}, },
"scripts": { "scripts": {
"phpcs": "phpcs",
"phpstan": "php -d memory_limit=1G vendor/bin/phpstan",
"phpcbf": "phpcbf src",
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", "phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", "phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", "phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment