Actions
Bug #103243
closedBroken tests in `RotatingFileWriter` – date intervals vs timestamps
Start date:
2024-03-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The RotatingFileWriterTest
uses timestamp-based calculation for mocking the data, while the RotatingFileWriter
uses DateInterval
objects, which might conflict in certain cases at lets the tests break.
Actions