Skip to content

Commit a3d565c

Browse files
committed
Remove superfluous test
1 parent 7372730 commit a3d565c

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

src/test/java/com/cedricziel/idea/typo3/extbase/persistence/ExtbaseModelCollectionReturnTypeProviderTest.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,4 @@ public void testResolvesObjectStoragePropertiesToObjectTypesOnGetters() {
3636
Set<String> types = ((Method) elementAtCaret).getInferredType().getTypes();
3737
assertTrue(types.contains("\\My\\Extension\\Domain\\Model\\Book[]"));
3838
}
39-
40-
public void testResolvesObjectStoragePropertiesToObjectTypesOnOutsideCalls() {
41-
myFixture.copyFileToProject("PersistenceMocks.php");
42-
myFixture.configureByFile("MethodReferenceTypeProvider.php");
43-
44-
PsiElement elementAtCaret = myFixture.getElementAtCaret();
45-
46-
assertInstanceOf(elementAtCaret, Method.class);
47-
48-
Set<String> types = ((Method) elementAtCaret).getType().getTypes();
49-
assertTrue(types.contains("\\My\\Extension\\Domain\\Model\\Book[]"));
50-
}
5139
}

testData/com/cedricziel/idea/typo3/extbase/persistence/MethodReferenceTypeProvider.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)