Skip to content
Snippets Groups Projects
Commit e864a5c9 authored by Helmut Hummel's avatar Helmut Hummel Committed by Wouter Wolters
Browse files

[TASK] Remove data processing trait in favor of object

The introduced DataProcessingTrait isn't exactly a good prototype
for Trait usage.

It incorporates functionality that isn't easily testable,
it is impossible to provide different implementations as the trait
is directly bound to the class with its concrete implementation.

Use a composite object instead for this functionality.

Resolves: #69386
Releases: master
Change-Id: I39177b441abc7260465c5271bcd711d8636e1d52
Reviewed-on: http://review.typo3.org/42904


Reviewed-by: default avatarAlexander Opitz <opitz.alexander@googlemail.com>
Tested-by: default avatarAlexander Opitz <opitz.alexander@googlemail.com>
Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.org>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent ddeef6ac
No related merge requests found
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