Skip to content

Commit abb59f7

Browse files
committed
fix(test): BackedEnumFilterTestTrait sync
1 parent d3b4b7b commit abb59f7

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/Doctrine/Orm/Tests/Filter/BackedEnumFilterTestTrait.php

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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' => [

0 commit comments

Comments
 (0)