add scripts

This commit is contained in:
Wojciech Smoliński 2018-08-10 19:09:50 +02:00
parent d5ae8054d2
commit 157cb23fa3

View file

@ -34,6 +34,19 @@
"post": "bin/readme/overview-body.md"
}
}
},
"scripts": {
"lint": "run-linter-tests",
"phpcs": "run-phpcs-tests",
"phpunit": "run-php-unit-tests",
"behat": "run-behat-tests",
"prepare-tests": "install-package-tests",
"test": [
"@lint",
"@phpcs",
"@phpunit",
"@behat"
]
},
"autoload": {
"files": [