We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e58de7 commit 9f56637Copy full SHA for 9f56637
composer.json
@@ -28,5 +28,12 @@
28
"psr-4": {
29
"Polymorphine\\Headers\\Tests\\": "tests/"
30
}
31
+ },
32
+ "scripts": {
33
+ "test-cs": [
34
+ "vendor/bin/php-cs-fixer --dry-run -v --config=cs-fixer.php.dist --path-mode=intersection fix src tests",
35
+ "vendor/bin/phpcs --extensions=php --standard=vendor/polymorphine/dev/phpcs.xml src",
36
+ "vendor/bin/phpcs --extensions=php --standard=vendor/polymorphine/dev/phpcs.xml --ignore=*/CodeSamples/* tests"
37
+ ]
38
39
0 commit comments