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

[TASK] Allow additional composer options for `-s composerInstall` #1380

Closed DanielSiepmann closed 1 month ago

DanielSiepmann commented 1 month ago

This change modifies the Build/Script/runTests.sh command dispatcher to allow passing composer options to the composer install subcommand, for example

Build/Scripts/runTests.sh -s composerInstall \ -- --prefer-source

Note that this is already possible using the generic -s composer dispatcher but would resolve some user confusion.

This aligns our implementation of runTests.sh with TYPO3 core, see: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84870

Resolves: #1346

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10148203698

Details


Totals Coverage Status
Change from base Build 10147796747: 0.0%
Covered Lines: 46
Relevant Lines: 46

💛 - Coveralls