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

Correctly remove pathsToLinkInTestInstance in tearDown #110

Closed IchHabRecht closed 5 years ago

IchHabRecht commented 5 years ago

As there is no information if the pathsToLinkInTestInstance are files or folders, the testing framework should use GeneralUtility::rmdir to remove the created symlinks.