File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/com/magento/idea/magento2plugin/inspections/php Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ protected boolean isWriteActionRequired() {
27
27
}
28
28
29
29
public void testWithInvalidResolverInterface () throws Exception {
30
- myFixture .addFileToProject (getTestDataPath () + "/" + "schema.graphqls" , "type Query {" +
30
+ myFixture .addFileToProject (getTestDataPath () + "/withInvalidResolverInterface/ " + "schema.graphqls" , "type Query {" +
31
31
"InvalidResolverTest: InvalidResolver @resolver(class: \" \\ \\ Magento\\ \\ Test\\ \\ InvalidResolverTest\" )" +
32
32
"}" );
33
33
myFixture .configureByFile (getTestName (true ) + "/" + "InvalidResolverTest.php" );
34
34
myFixture .checkHighlighting ();
35
35
}
36
36
37
37
public void testWithValidResolverInterface () throws Exception {
38
- myFixture .addFileToProject (getTestDataPath () + "/" + "schema.graphqls" , "type mutation {" +
38
+ myFixture .addFileToProject (getTestDataPath () + "/withValidResolverInterface/ " + "schema.graphqls" , "type mutation {" +
39
39
" ValidResolverTest(): ValidResolver @resolver(class: \" \\ \\ Magento\\ \\ Test\\ \\ ValidResolverTest\" )" +
40
40
"}" );
41
41
myFixture .configureByFile (getTestName (true ) + "/" + "ValidResolverTest.php" );
You can’t perform that action at this time.
0 commit comments