Actions
Bug #20973
closedAdd unit tests for t3lib_div::removeDotsFromTS()
Start date:
2009-09-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_div::removeDotsFromTS() can convert TypoScript array to regular arrays by removing the the dot "." at the end of property nodes. The test cases shall help to test the correct behaviour concerning overriding of values.
Example TypoScript:
test {
propertyA = 13
propertyA.value = 123
}
On removing the dot of propertyA there will be a conflict - however the last setting overrides the first one.
(issue imported from #M11846)
Files
Actions