Closed helhum closed 7 years ago
PHPUnit serializes the TestCase as port of the result object, leading to serialization (and unserialization) of the TestSystem and basically the whole TYPO3 object graph in the bootstrap.
Avoid this by unsetting this property on serialization
Fixes: #22
PHPUnit serializes the TestCase as port of the result object, leading to serialization (and unserialization) of the TestSystem and basically the whole TYPO3 object graph in the bootstrap.
Avoid this by unsetting this property on serialization
Fixes: #22