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

Add a `fix` Composer script and `runTests.sh` command #1386

Open oliverklee opened 1 month ago

oliverklee commented 1 month ago

As a developer, I'd like to have an easy command to run all available code fixers. This command should be available both as a Composer script for local use as well as a runTests.sh command.

We also need to have a script description in the composer.json, document this in the documentation, and add help for this in the runTests.sh

Starkmann commented 1 month ago

In composer we have this command and cannot at node stuff.

"fix:php": [ "@fix:php:cs", "@fix:php:sniff" ],