Actions
Bug #38503
closedTest getNodesSetsIsMountPointField fails if pages not available
Start date:
2012-06-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The unit test getNodesSetsIsMountPointField fails if
the pages with uid 1, 2, 3 are not available.
Instead of relying on user dependent data, we should mock
it. The patch introduces a wrapper method for getRecordWSOL
to be able to mock that method and changes the patch to do
that.
Actions