There was an error while loading. Please reload this page.
1 parent 420bd11 commit 6d9ab41Copy full SHA for 6d9ab41
1 file changed
composer.json
@@ -52,13 +52,15 @@
52
"behat": "run-behat-tests",
53
"behat-rerun": "rerun-behat-tests",
54
"lint": "run-linter-tests",
55
+ "lint-gherkin": "run-gherkin-lint-tests",
56
"phpcs": "run-phpcs-tests",
57
"phpstan": "run-phpstan-tests",
58
"phpcbf": "run-phpcbf-cleanup",
59
"phpunit": "run-php-unit-tests",
60
"prepare-tests": "install-package-tests",
61
"test": [
62
"@lint",
63
+ "@lint-gherkin",
64
"@phpcs",
65
"@phpstan",
66
"@phpunit",
0 commit comments