FriendsOfTYPO3 / tea

Example extension for unit testing and best practices.
https://typo3.org/community/teams/best-practices
GNU General Public License v2.0
74 stars 22 forks source link

`runTests.sh`: Show phpstan memory consumption #1372

Closed oliverklee closed 1 month ago

oliverklee commented 1 month ago

phpstan can be very memory hungry. Option -v adds a line about 'peak memory' usage to the output. Add this to get a better feeling.

https://review.typo3.org/c/Packages/TYPO3.CMS/+/85353