Project

General

Profile

Actions

Bug #20973

closed

Add unit tests for t3lib_div::removeDotsFromTS()

Added by Oliver Hader over 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

0011846.patch (2.19 KB) 0011846.patch Administrator Admin, 2009-09-01 19:33
Actions #1

Updated by Oliver Hader over 14 years ago

Committed to SVN Trunk (rev. 5872)

Actions

Also available in: Atom PDF