Actions
Bug #4194
closedError running the test task
Start date:
2009-08-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The test task tries to access directly member variables from an execution object, which are not protected. This must be changed to use available accessor methods.
Furthermore the test task needlessly tests whether it is running or not when sending an email: if it's sending an email it means it is running => remove useless test.
Actions