Skip to content

Commit 3dc8345

Browse files
authored
Removing typos
1 parent 5e9c990 commit 3dc8345

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,86 +13,86 @@ public void testCreateDataActionGroupMustHaveReference() {
1313
assertHasReferenceToXmlAttributeValue("TestAdminMenuCatalog");
1414
}
1515

16-
public void testCreateDataInTestMustHaveReference () {
16+
public void testCreateDataInTestMustHaveReference() {
1717
String filePath = this.getFixturePath("TestMftfTest.xml");
1818
myFixture.configureByFile(filePath);
1919

2020
assertHasReferenceToXmlAttributeValue("TestAdminMenuCatalog");
2121
}
2222

23-
public void testUpdateDataActionGroupMustHaveReference () {
23+
public void testUpdateDataActionGroupMustHaveReference() {
2424
String filePath = this.getFixturePath("TestActionGroup.xml");
2525
myFixture.configureByFile(filePath);
2626

2727
assertHasReferenceToXmlAttributeValue("TestAdminMenuCatalog");
2828
}
2929

30-
public void testUpdateDataInTestMustHaveReference () {
30+
public void testUpdateDataInTestMustHaveReference() {
3131
String filePath = this.getFixturePath("TestMftfTest.xml");
3232
myFixture.configureByFile(filePath);
3333

3434
assertHasReferenceToXmlAttributeValue("TestAdminMenuCatalog");
3535
}
3636

37-
public void testUserInputInActionGroupMustHaveReference () {
37+
public void testUserInputInActionGroupMustHaveReference() {
3838
String filePath = this.getFixturePath("TestActionGroup.xml");
3939
myFixture.configureByFile(filePath);
4040

4141
assertHasReferenceToXmlAttributeValue("TestAdminMenuCatalog");
4242
}
4343

44-
public void testUserInputInTestMustHaveReference () {
44+
public void testUserInputInTestMustHaveReference() {
4545
String filePath = this.getFixturePath("TestMftfTest.xml");
4646
myFixture.configureByFile(filePath);
4747

4848
assertHasReferenceToXmlAttributeValue("TestAdminMenuCatalog");
4949
}
5050

51-
public void testEntityExtendsInDataMustHaveReference () {
51+
public void testEntityExtendsInDataMustHaveReference() {
5252
String filePath = this.getFixturePath("TestData.xml");
5353
myFixture.configureByFile(filePath);
5454

5555
assertHasReferenceToXmlAttributeValue("TestAdminMenuCatalog");
5656
}
5757

58-
public void testCreateDataActionGroupPluginDisabled () {
58+
public void testCreateDataActionGroupPluginDisabled() {
5959
String filePath = this.getFixturePath("TestActionGroup.xml");
6060
myFixture.configureByFile(filePath);
6161
disablePluginAndReindex();
6262

6363
assertEmptyReference();
6464
}
6565

66-
public void testCreateDataActionGroupMftfSupportDisabled () {
66+
public void testCreateDataActionGroupMftfSupportDisabled() {
6767
String filePath = this.getFixturePath("TestActionGroup.xml");
6868
myFixture.configureByFile(filePath);
6969
disableMftfSupportAndReindex();
7070

7171
assertEmptyReference();
7272
}
7373

74-
public void testCreateDataInTestWithSectionMustBeEmpty () {
74+
public void testCreateDataInTestWithSectionMustBeEmpty() {
7575
String filePath = this.getFixturePath("TestMftfTest.xml");
7676
myFixture.configureByFile(filePath);
7777

7878
assertEmptyReference();
7979
}
8080

81-
public void testUpdateDataInTestWithSectionMustBeEmpty () {
81+
public void testUpdateDataInTestWithSectionMustBeEmpty() {
8282
String filePath = this.getFixturePath("TestMftfTest.xml");
8383
myFixture.configureByFile(filePath);
8484

8585
assertEmptyReference();
8686
}
8787

88-
public void testUserInputInTestMustBeEmpty () {
88+
public void testUserInputInTestMustBeEmpty() {
8989
String filePath = this.getFixturePath("TestMftfTest.xml");
9090
myFixture.configureByFile(filePath);
9191

9292
assertEmptyReference();
9393
}
9494

95-
public void testEntityExtendsInDataMustBeEmpty () {
95+
public void testEntityExtendsInDataMustBeEmpty() {
9696
String filePath = this.getFixturePath("TestData.xml");
9797
myFixture.configureByFile(filePath);
9898

0 commit comments

Comments
 (0)