Actions
Task #71053
closedInstallTool UnitTests: Decouple filesystem tests from actual filesystem
Start date:
2015-10-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Sprint Focus:
Description
Using vfsStream to create a virtual filesystem it's possible to test most of the InstallTool filesystem functions and file permission operations in isolation from the actual filesystem.
This helps to make the test less reliant on the capabilities of the actual filesystem and the actual user running the unit tests.
Actions