We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831db0c commit 280438dCopy full SHA for 280438d
composer.json
@@ -104,7 +104,8 @@
104
"test:behaviour:docker": "behat --config Tests/Behavior/behat.docker.yml",
105
"test:behaviour:ddev": "behat --config Tests/Behavior/behat.ddev.yml",
106
"test:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
107
- "test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff"
+ "test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
108
+ "test:typoscript:lint": "typoscript-lint --config=.project/tests/typoscript-lint.yml"
109
},
110
"extra": {
111
"typo3/cms": {
0 commit comments