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

[TASK] Static data providers in Tests/Functional

phpunit ^10 expects test data providers to be static.

Using rector rule StaticDataProviderClassMethodRector,
this bulk change adapts most of them in
typo3/sysext/*/Tests/Functional.

A couple of data providers use $this, those are left
out for now and need to be adapted with dedicated
patches since they need more refactoring.

Resolves: #100325
Related: #100264
Related: #100249
Releases: main
Change-Id: I0ad91f00e04b0a658976a584c697bf0465c094ed
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78281


Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 87ffe14b
Branches
Tags
No related merge requests found
Showing
with 29 additions and 29 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