Skip to content

Commit 1d79733

Browse files
committed
Add missing behat-rerun script
1 parent 2ade985 commit 1d79733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@
3333
"lock": false
3434
},
3535
"scripts": {
36+
"behat": "run-behat-tests",
37+
"behat-rerun": "rerun-behat-tests",
3638
"lint": "run-linter-tests",
3739
"phpcs": "run-phpcs-tests",
3840
"phpcbf": "run-phpcbf-cleanup",
3941
"phpunit": "run-php-unit-tests",
40-
"behat": "run-behat-tests",
4142
"prepare-tests": "install-package-tests",
4243
"test": [
4344
"@lint",

0 commit comments

Comments
 (0)