Skip to content

Commit c39def5

Browse files
author
Vitaliy Boyko
committed
Static fix
1 parent 9419e0e commit c39def5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/com/magento/idea/magento2plugin/completion/xml/LayoutContainerCompletionRegistrarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class LayoutContainerCompletionRegistrarTest extends CompletionXmlFixture
1111

1212
/**
1313
* The `name` attribute of the `referenceContainer` tag in layout XML must
14-
* have completion based on `name` attribute of `container` tags
14+
* have completion based on `name` attribute of `container` tags.
1515
*/
1616
public void testReferenceContainerMustHaveCompletion() {
1717
final String filePath = this.getFixturePath(LayoutXml.DEFAULT_FILENAME);

tests/com/magento/idea/magento2plugin/reference/xml/LayoutContainerReferenceRegistrarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class LayoutContainerReferenceRegistrarTest extends ReferenceXmlFixtureTe
1111

1212
/**
1313
* The `name` attribute of the `referenceContainer` tag in layout XML must
14-
* have reference to the `name` attribute of `container` tag
14+
* have reference to the `name` attribute of `container` tag.
1515
*/
1616
public void testReferenceContainerMustHaveReference() {
1717
final String filePath = this.getFixturePath(LayoutXml.DEFAULT_FILENAME);

0 commit comments

Comments
 (0)