Hi there,
is it possible to have a customized pattern how a (Unit) Test is linked to a PHP Class? For example in TYPO3 extension development, it is common to have a class
Tx_PtExtbase_Assertion_Assert
with a unit test
Tx_PtExtbase_Tests_Unit_Assertion_Assert
So what I need is a pattern, that defines how the unit test is named given a class name.
Is it possible to define such a pattern or is there any way I can write a plugin that handles such a lookup for a unit test?
Thanks a lot for your response!
Michael