Skip to content
Snippets Groups Projects
Commit adecc47a authored by Stefan Bürk's avatar Stefan Bürk Committed by Christian Kuhn
Browse files

[TASK] Avoid typehint docblocks for FunctionalTestCase properties

This patch removes docblock typehints for FunctionalTestCase
properties in functional tests, thus using the docblock type
hint of base class:

* $coreExtensionsToLoad
* $testExtensionsToLoad
* $pathsToLinkInTestInstance
* $pathsToProvideInTestInstance

This resolves a couple of issues from phpstan baseline.

> Build/Scripts/runTests.sh -s phpstanGenerateBaseline

Resolves: #96678
Releases: main, 11.5
Change-Id: If30529ac47f9cf329343154df96b7e6d63a23e00
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73202


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent fc9804fc
Branches
Tags
Showing
with 0 additions and 431 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment