Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

[BUGFIX] Avoid serialization of TestSystem #23

Closed helhum closed 7 years ago

helhum commented 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