File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
testData/inspections/php/GraphQlResolverInspection
withInvalidResolverInterface
withValidBatchResolverInterface
withValidBatchServiceContractResolverInterface
withValidResolverInterface
tests/com/magento/idea/magento2plugin/inspections/php Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments