Skip to content
Snippets Groups Projects
Commit 111c7a31 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Avoid extending other test classes

Test classes (*.Test.php) should not extend
each other. If really needed, they can rely
on abstracts (Abstract*TestCase.php) files
for common functionality.

Also, .csv fixture files shouldn't be
cross used between extensions and
functional and functionalDeprecated
directories to avoid dead files.

Avoid this for a deprecated test case.

Resolves: #100523
Releases: main
Change-Id: I00d9ca57cbfc90f4b4e412859e72ae3b55f2fadb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78531


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
parent 216607be
Branches
Tags
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