/** * Injects an untainted clone of the object manager and all its referencing * objects for every test. * * @return void */ public function runBare() { $objectManager = GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Object\\ObjectManager'); $this->objectManager = clone $objectManager; parent::runBare(); }