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 1a29c29 commit 95d8013Copy full SHA for 95d8013
README.md
@@ -36,7 +36,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
36
## Testing
37
38
``` bash
39
-$ composer test
+$ vendor/bin/phpunit
40
```
41
42
## Contributing
composer.json
@@ -28,11 +28,6 @@
28
"PolderKnowledge\\SniffsTest\\": "tests/SniffsTest"
29
}
30
},
31
- "scripts": {
32
- "test": "phpunit",
33
- "check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
34
- "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
35
- },
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
0 commit comments