There was an error while loading. Please reload this page.
1 parent 8313568 commit ab1efd8Copy full SHA for ab1efd8
1 file changed
composer.json
@@ -72,13 +72,15 @@
72
"behat": "run-behat-tests",
73
"behat-rerun": "rerun-behat-tests",
74
"lint": "run-linter-tests",
75
+ "lint-gherkin": "run-gherkin-lint-tests",
76
"phpcs": "run-phpcs-tests",
77
"phpstan": "run-phpstan-tests",
78
"phpcbf": "run-phpcbf-cleanup",
79
"phpunit": "run-php-unit-tests",
80
"prepare-tests": "install-package-tests",
81
"test": [
82
"@lint",
83
+ "@lint-gherkin",
84
"@phpcs",
85
"@phpstan",
86
"@phpunit",
0 commit comments