mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 01:36:12 +01:00
[TASK] Add missing commands to the runTest.sh
documentation (#1423)
This commit is contained in:
parent
508c6b94cc
commit
a14fd767d2
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,7 @@ Options:
|
||||||
- cleanRenderedDocumentation: clean up rendered documentation files and folders (Documentation-GENERATED-temp)
|
- cleanRenderedDocumentation: clean up rendered documentation files and folders (Documentation-GENERATED-temp)
|
||||||
- cleanTests: clean up test related files and folders
|
- cleanTests: clean up test related files and folders
|
||||||
- composer: "composer" with all remaining arguments dispatched.
|
- composer: "composer" with all remaining arguments dispatched.
|
||||||
|
- composerNormalize: Normalizes the composer.json.
|
||||||
- composerUnused: Finds unused Composer packages.
|
- composerUnused: Finds unused Composer packages.
|
||||||
- composerUpdateMax: "composer update", with no platform.php config.
|
- composerUpdateMax: "composer update", with no platform.php config.
|
||||||
- composerUpdateMin: "composer update --prefer-lowest", with platform.php set to PHP version x.x.0.
|
- composerUpdateMin: "composer update --prefer-lowest", with platform.php set to PHP version x.x.0.
|
||||||
|
@ -160,11 +161,13 @@ Options:
|
||||||
- lintPhp: PHP linting
|
- lintPhp: PHP linting
|
||||||
- lintTypoScript: TypoScript linting
|
- lintTypoScript: TypoScript linting
|
||||||
- lintYaml: YAML linting
|
- lintYaml: YAML linting
|
||||||
|
- npm: "npm" with all remaining arguments dispatched.
|
||||||
- phpstan: PHPStan tests
|
- phpstan: PHPStan tests
|
||||||
- phpstanGenerateBaseline: regenerate PHPStan baseline, handy after PHPStan updates
|
- phpstanGenerateBaseline: regenerate PHPStan baseline, handy after PHPStan updates
|
||||||
- shellcheck: check runTests.sh for shell issues
|
- shellcheck: check runTests.sh for shell issues
|
||||||
- unit (default): PHP unit tests
|
- unit (default): PHP unit tests
|
||||||
- unitRandom: PHP unit tests in random order, add -o <number> to use specific seed
|
- unitRandom: PHP unit tests in random order, add -o <number> to use specific seed
|
||||||
|
- update: Updates existing typo3/core-testing-*:latest container images and removes dangling local volumes.
|
||||||
|
|
||||||
-a <mysqli|pdo_mysql>
|
-a <mysqli|pdo_mysql>
|
||||||
Only with -s functional|functionalDeprecated
|
Only with -s functional|functionalDeprecated
|
||||||
|
|
Loading…
Reference in a new issue