Actions
Bug #56472
closedMock locked records for DataProviderTest
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2014-03-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The DataProviderTest calls BackendUtility::lockedRecords
statically. We cannot mock that call, but we can
"mock" a locked record so that BackendUtility::lockedRecords
does not query the database.
Actions