Skip to content

Commit 1f2b182

Browse files
author
Vitaliy Boyko
committed
Updated test files
1 parent 124e867 commit 1f2b182

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

tests/com/magento/idea/magento2plugin/inspections/php/GraphQlResolverInspectionTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ protected boolean isWriteActionRequired() {
2525
}
2626

2727
public void testWithInvalidResolverInterface() throws Exception {
28-
myFixture.configureByFile(getFixturePath("InvalidResolverTest.php"));
28+
myFixture.configureByFile(getFixturePath("ResolverTest.php"));
2929

3030
assertHasHighlighting(errorMessage);
3131
}
3232

3333
public void testWithValidResolverInterface() throws Exception {
34-
myFixture.configureByFile(getFixturePath("ValidResolverTest.php"));
34+
myFixture.configureByFile(getFixturePath("ResolverTest.php"));
3535

3636
assertHasNoHighlighting(errorMessage);
3737
}
3838

3939
public void testWithValidBatchResolverInterface() throws Exception {
40-
myFixture.configureByFile(getFixturePath("ValidResolverTest.php"));
40+
myFixture.configureByFile(getFixturePath("ResolverTest.php"));
4141

4242
assertHasNoHighlighting(errorMessage);
4343
}
4444

4545
public void testWithValidBatchServiceContractResolverInterface() throws Exception {
46-
myFixture.configureByFile(getFixturePath("ValidResolverTest.php"));
46+
myFixture.configureByFile(getFixturePath("ResolverTest.php"));
4747

4848
assertHasNoHighlighting(errorMessage);
4949
}

0 commit comments

Comments
 (0)