Skip to content
Snippets Groups Projects
Commit 7257f2a8 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] runTests.sh: Add phpstan and docBlockCheck

Allows:
* Build/Scripts/runTests.sh -s docBlockCheck
* Build/Scripts/runTests.sh -s phpstan

These two have been added to bamboo with #89023, but not to
runTests.sh.

phpstan is tuned a bit to create it's cache in .cache rather
than ephermal /tmp to survive between host reboots.
Additionally the number of max CPU's is restricted in phpstan
to be a better neighbor on local dev machines and on CI.

Resolves: #93367
Related: #89023
Releases: master, 10.4
Change-Id: I5672370b51205266ee46888837f151de8e809edf
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67534


Reviewed-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 22a74940
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment