There was an error while loading. Please reload this page.
1 parent 0abccf4 commit 61687caCopy full SHA for 61687ca
1 file changed
composer.json
@@ -62,13 +62,15 @@
62
"behat": "run-behat-tests",
63
"behat-rerun": "rerun-behat-tests",
64
"lint": "run-linter-tests",
65
+ "lint-gherkin": "run-gherkin-lint-tests",
66
"phpcs": "run-phpcs-tests",
67
"phpstan": "run-phpstan-tests",
68
"phpcbf": "run-phpcbf-cleanup",
69
"phpunit": "run-php-unit-tests",
70
"prepare-tests": "install-package-tests",
71
"test": [
72
"@lint",
73
+ "@lint-gherkin",
74
"@phpcs",
75
"@phpstan",
76
"@phpunit",
0 commit comments