Skip to content

Commit 37c17e7

Browse files
Forward compatibility with AbstractLayout* 2.8 tests
1 parent 5cab17a commit 37c17e7

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

Tests/Templating/Helper/FormHelperDivLayoutTest.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,29 @@ public function testRangeWithMinMaxValues()
138138
{
139139
// No-op for forward compatibility with AbstractLayoutTest 2.8
140140
}
141+
142+
public function testLabelWithoutTranslationOnButton()
143+
{
144+
// No-op for forward compatibility with AbstractLayoutTest 2.8
145+
}
146+
147+
public function testSingleChoiceWithPlaceholderWithoutTranslation()
148+
{
149+
// No-op for forward compatibility with AbstractLayoutTest 2.8
150+
}
151+
152+
public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation()
153+
{
154+
// No-op for forward compatibility with AbstractLayoutTest 2.8
155+
}
156+
157+
public function testButtonlabelWithoutTranslation()
158+
{
159+
// No-op for forward compatibility with AbstractLayoutTest 2.8
160+
}
161+
162+
public function testAttributesNotTranslatedWhenTranslationDomainIsFalse()
163+
{
164+
// No-op for forward compatibility with AbstractLayoutTest 2.8
165+
}
141166
}

Tests/Templating/Helper/FormHelperTableLayoutTest.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,29 @@ public function testRangeWithMinMaxValues()
125125
{
126126
// No-op for forward compatibility with AbstractLayoutTest 2.8
127127
}
128+
129+
public function testLabelWithoutTranslationOnButton()
130+
{
131+
// No-op for forward compatibility with AbstractLayoutTest 2.8
132+
}
133+
134+
public function testSingleChoiceWithPlaceholderWithoutTranslation()
135+
{
136+
// No-op for forward compatibility with AbstractLayoutTest 2.8
137+
}
138+
139+
public function testSingleChoiceExpandedWithPlaceholderWithoutTranslation()
140+
{
141+
// No-op for forward compatibility with AbstractLayoutTest 2.8
142+
}
143+
144+
public function testButtonlabelWithoutTranslation()
145+
{
146+
// No-op for forward compatibility with AbstractLayoutTest 2.8
147+
}
148+
149+
public function testAttributesNotTranslatedWhenTranslationDomainIsFalse()
150+
{
151+
// No-op for forward compatibility with AbstractLayoutTest 2.8
152+
}
128153
}

0 commit comments

Comments
 (0)