Actions
Task #87397
closedEpic #87395: Remove obsolete condition checks in unit tests
Checks for vfsStream availability should be removed in tests
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2019-01-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In several tests, the availability of vfsStream or it's classes and methods is checked. vfsStream is required and thus should be available in all installations. The checks should be removed
typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php
typo3/sysext/core/Tests/Unit/Utility/GeneralUtilityTest.php
typo3/sysext/core/Tests/Unit/Log/Writer/FileWriterTest.php
typo3/sysext/core/Tests/Unit/Resource/BaseTestCase.php
Actions