Bug #56895
Task #51436: Standalone unit test runner
Tests: Incomplete mocking in ext:scheduler
Status: | Closed | Start date: | 2014-03-11 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Anja Leichsenring | % Done: | 100% |
|
Category: | Unit/Functional Tests | Spent time: | - | |
Target version: | 6.2.0 | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.4 | Sprint Focus: | ||
Complexity: | easy |
Description
Use getMock() instead of new() to create the test subject in order to
suppress execution of __construct() of parent SchedulerModuleController.
History
#1 Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28375
#2 Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28375
#3 Updated by Anja Leichsenring over 1 year ago
- Status changed from Under Review to Closed
duplicate of #56894
#4 Updated by Christian Kuhn over 1 year ago
- % Done changed from 0 to 100