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

Removing deleting linked files/folder in teardown #127

Closed ndq1 closed 4 years ago

ndq1 commented 4 years ago

Since it doesn't seem to be necessary the loop to delete the linked files/folder has been removed.

When executing multiple tests in a class which access the same linked files/folder these will be currently removed after the first test finished. This will result in all test failing afterwards when also accessing these linked files/folders.

helhum commented 4 years ago

Closing as duplicate of #126