Skip to content
Commit 22ce221d 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/+/67535


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent e7d46bab
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