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 23 forks source link

Add support for PHP 8.4 in `runTests.sh` #1363

Closed oliverklee closed 1 month ago

oliverklee commented 1 month ago

As a developer, I want to be able to run my tests with PHP 8.4 to see if anything fails.

Acceptance criteria

Additional information

We can copy from https://review.typo3.org/c/Packages/TYPO3.CMS/+/85178

Starkmann commented 1 month ago
./Build/Scripts/runTests.sh -p 8.4 -s unit
 ./Build/Scripts/runTests.sh -p 8.4 -s functiona
./Build/Scripts/runTests.sh -p 8.4 -s lintPhp

All working. (with warning of course)