From a14fd767d2ea279bd3ee0882f768396bd0e8508c Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 1 Aug 2024 19:59:09 +0200 Subject: [PATCH] [TASK] Add missing commands to the `runTest.sh` documentation (#1423) --- Build/Scripts/runTests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 76833c4..99b6a60 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -149,6 +149,7 @@ Options: - cleanRenderedDocumentation: clean up rendered documentation files and folders (Documentation-GENERATED-temp) - cleanTests: clean up test related files and folders - composer: "composer" with all remaining arguments dispatched. + - composerNormalize: Normalizes the composer.json. - composerUnused: Finds unused Composer packages. - composerUpdateMax: "composer update", with no platform.php config. - composerUpdateMin: "composer update --prefer-lowest", with platform.php set to PHP version x.x.0. @@ -160,11 +161,13 @@ Options: - lintPhp: PHP linting - lintTypoScript: TypoScript linting - lintYaml: YAML linting + - npm: "npm" with all remaining arguments dispatched. - phpstan: PHPStan tests - phpstanGenerateBaseline: regenerate PHPStan baseline, handy after PHPStan updates - shellcheck: check runTests.sh for shell issues - unit (default): PHP unit tests - unitRandom: PHP unit tests in random order, add -o to use specific seed + - update: Updates existing typo3/core-testing-*:latest container images and removes dangling local volumes. -a Only with -s functional|functionalDeprecated