Skip to content

Commit

Permalink
[FIX] Change Behaviour Test command name
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Jan 18, 2024
1 parent bba5e8e commit f1fe3ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
"package-states": [
".Build/bin/typo3cms install:fixfolderstructure"
],
"test:behaviour:ddev": "behat --config Tests/Behavior/behat.ddev.yml",
"test:behaviour:ddev:tag": "behat --config Tests/Behavior/behat.ddev.yml --tags",
"test:behaviour:ddev:stop": "behat --config Tests/Behavior/behat.ddev.yml --stop-on-failure",
"test:behaviour": "behat --config Tests/Behavior/behat.ddev.yml",
"test:behaviour:tag": "behat --config Tests/Behavior/behat.ddev.yml --tags",
"test:behaviour:stop": "behat --config Tests/Behavior/behat.ddev.yml --stop-on-failure",
"test:php:cs": ".Build/bin/php-cs-fixer --version && .Build/bin/php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
"test:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
"test:typoscript:lint": "typoscript-lint --config=.project/tests/typoscript-lint.yml",
Expand Down

0 comments on commit f1fe3ae

Please sign in to comment.