mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
[TASK] Polish the runTests.sh
help (#1422)
- sort some lists - use the proper capitalization for PHPStan
This commit is contained in:
parent
adc864f257
commit
9c608ffc40
1 changed files with 7 additions and 7 deletions
|
@ -149,19 +149,19 @@ 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.
|
||||||
|
- 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.
|
||||||
- composerUnused: Finds unused Composer packages.
|
|
||||||
- docsGenerate: Renders the extension ReST documentation.
|
- docsGenerate: Renders the extension ReST documentation.
|
||||||
- functional: PHP functional tests
|
- functional: PHP functional tests
|
||||||
- lintTypoScript: TypoScript linting
|
- lintCss: CSS file linting. Set -n for dry-run.
|
||||||
- lintPhp: PHP linting
|
|
||||||
- lintJs: JavaScript file linting. Set -n for dry-run.
|
- lintJs: JavaScript file linting. Set -n for dry-run.
|
||||||
- lintJson: JSON linting
|
- lintJson: JSON linting
|
||||||
- lintCss: CSS file linting. Set -n for dry-run.
|
- lintPhp: PHP linting
|
||||||
|
- lintTypoScript: TypoScript linting
|
||||||
- lintYaml: YAML linting
|
- lintYaml: YAML linting
|
||||||
- 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
|
||||||
|
@ -184,10 +184,10 @@ Options:
|
||||||
-d <sqlite|mariadb|mysql|postgres>
|
-d <sqlite|mariadb|mysql|postgres>
|
||||||
Only with -s functional|functionalDeprecated
|
Only with -s functional|functionalDeprecated
|
||||||
Specifies on which DBMS tests are performed
|
Specifies on which DBMS tests are performed
|
||||||
- sqlite: (default): use sqlite
|
|
||||||
- mariadb: use mariadb
|
- mariadb: use mariadb
|
||||||
- mysql: use MySQL
|
- mysql: use MySQL
|
||||||
- postgres: use postgres
|
- postgres: use postgres
|
||||||
|
- sqlite: (default): use sqlite
|
||||||
|
|
||||||
-i version
|
-i version
|
||||||
Specify a specific database version
|
Specify a specific database version
|
||||||
|
|
Loading…
Reference in a new issue