File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
src/Doctrine/Orm/Tests/Filter Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,6 @@ public function testGetDescription(): void
3232 'property ' => 'dummyBackedEnum ' ,
3333 'type ' => 'string ' ,
3434 'required ' => false ,
35- 'is_collection ' => false ,
36- 'schema ' => [
37- 'type ' => 'string ' ,
38- 'enum ' => ['one ' , 'two ' ],
39- ],
40- ],
41- 'dummyBackedEnum[] ' => [
42- 'property ' => 'dummyBackedEnum ' ,
43- 'type ' => 'string ' ,
44- 'required ' => false ,
45- 'is_collection ' => true ,
4635 'schema ' => [
4736 'type ' => 'array ' ,
4837 'items ' => [
@@ -63,17 +52,6 @@ public function testGetDescriptionDefaultFields(): void
6352 'property ' => 'dummyBackedEnum ' ,
6453 'type ' => 'string ' ,
6554 'required ' => false ,
66- 'is_collection ' => false ,
67- 'schema ' => [
68- 'type ' => 'string ' ,
69- 'enum ' => ['one ' , 'two ' ],
70- ],
71- ],
72- 'dummyBackedEnum[] ' => [
73- 'property ' => 'dummyBackedEnum ' ,
74- 'type ' => 'string ' ,
75- 'required ' => false ,
76- 'is_collection ' => true ,
7755 'schema ' => [
7856 'type ' => 'array ' ,
7957 'items ' => [
You can’t perform that action at this time.
0 commit comments