Skip to content

Commit c854cad

Browse files
sanganinamrataihor-sviziev
authored andcommitted
Corrected block name in Magento_Framework's test xml file.
1 parent f01227c commit c854cad

File tree

1 file changed

+3
-3
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/View/_files/layout_directives_test

1 file changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/_files/layout_directives_test/group.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
<block class="Magento\Framework\View\Element\Text" name="block1">
1010
<block class="Magento\Framework\View\Element\Text" name="block2" group="group1">
1111
<arguments>
12-
<argument xsi:type="string" name="text">blok2</argument>
12+
<argument xsi:type="string" name="text">block2</argument>
1313
</arguments>
1414
</block>
1515
<block class="Magento\Framework\View\Element\Text" name="block3" group="group1" >
1616
<arguments>
17-
<argument xsi:type="string" name="text">blok3</argument>
17+
<argument xsi:type="string" name="text">block3</argument>
1818
</arguments>
1919
</block>
2020
<block class="Magento\Framework\View\Element\Text" name="block4">
2121
<arguments>
22-
<argument xsi:type="string" name="text">blok4</argument>
22+
<argument xsi:type="string" name="text">block4</argument>
2323
</arguments>
2424
</block>
2525
</block>

0 commit comments

Comments
 (0)