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.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44301
Updated by Morton Jonuschat about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 35ebf64619296e8356f6f4f06d4084dc17c06264.
Actions