Actions
Bug #42622
closedPHP 5.4 unit test warnings
Start date:
2012-11-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
PHP 5.4 throws warnings "Creating default object from empty value"
warnings if $foo->bar is accessed and $foo is not an object. The patch
fixes ConditionMatcherTest in this regard and does some other minor
cleanups within the test class.
Actions