Actions
Bug #40529
closedWarning in RecordCollectionRepositoryTest
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-09-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
RecordCollectionRepository calls fullQuoteStr() on DataHandler class. The
class is mocked in the tests, so there is no real database link.
fullQuoteStr() expects the link to be a resource, though. Solution is to
mock this method, too.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14290
Updated by Christian Kuhn about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a4b5292bf5f8b1f600a2bb14f94082ea42d77125.
Actions