[TASK] Avoid invalid methods in TranslationServiceTest
TranslationServiceTest tries to mock some methods that don't exist. Solving this reveals the test subject contains invalid calls to getProperties(), see issue #100477. The patch marks the two affected tests as skipped for now, and fixed the others to stop mocking not existing methods. > Build/Scripts/runTests.sh -s phpstanGenerateBaseline Resolves: #100478 Related: #100477 Related: #100249 Releases: main Change-Id: Id02c4bfc57d4c4773def11b212fe462638fa1021 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78484 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de>
parent
190b946f
Please register or sign in to comment