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.
behat-rerun
1 parent 2ade985 commit 1d79733Copy full SHA for 1d79733
composer.json
@@ -33,11 +33,12 @@
33
"lock": false
34
},
35
"scripts": {
36
+ "behat": "run-behat-tests",
37
+ "behat-rerun": "rerun-behat-tests",
38
"lint": "run-linter-tests",
39
"phpcs": "run-phpcs-tests",
40
"phpcbf": "run-phpcbf-cleanup",
41
"phpunit": "run-php-unit-tests",
- "behat": "run-behat-tests",
42
"prepare-tests": "install-package-tests",
43
"test": [
44
"@lint",
0 commit comments