Skip to content

Commit 6702144

Browse files
committed
updated Tested for Containers
1 parent 674ed22 commit 6702144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Component/ContainerFactoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ContainerFactoryTest extends AbstractComponentFactoryTest
1919
protected $testCases = array(
2020
'Case 1' => array(
2121
'from' => '<container class="class2 class-test">Html</container>',
22-
'to' => '<table class="container class2 class-test"><tbody><tr><td>Html</td></tr></tbody></table>'
22+
'to' => '<table class="container class2 class-test" align="center"><tbody><tr><td>Html</td></tr></tbody></table>'
2323
)
2424
);
2525

tests/Component/SpacerFactoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class SpacerFactoryTest extends AbstractComponentFactoryTest
119119
</row>
120120
</wrapper>
121121
</container>',
122-
'to' => '<table class="container">
122+
'to' => '<table class="container" align="center">
123123
<tbody>
124124
<tr>
125125
<td>

0 commit comments

Comments
 (0)