Skip to main content


If you'd need some utility method/class that is just used within testing context, where would you put that?

#TYPO3 #testing #best-practice

Daniel Siepmann reshared this.

in reply to peter

Classes/Testing.
And maybe exclude it from distribution. E.g. via .gitattributes, like test folder.
in reply to Daniel Siepmann

@danielsiepmann I'd always put those somewhere in the testing folder / namespace. No need to "pollute" the Classes folder with code not relevant for production