Skip to content

Commit 1152d7a

Browse files
committed
Fixed DocumentParserTest
1 parent 7b0e220 commit 1152d7a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/Functional/Mapping/DocumentParserTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public function testParse()
7575
],
7676
'category' =>
7777
[
78-
'type' => 'object',
7978
'properties' =>
8079
[
8180
'id' =>
@@ -88,7 +87,6 @@ public function testParse()
8887
],
8988
'tags' =>
9089
[
91-
'type' => 'object',
9290
'properties' =>
9391
[
9492
'tagname' =>
@@ -101,7 +99,6 @@ public function testParse()
10199
],
102100
'related_categories' =>
103101
[
104-
'type' => 'object',
105102
'properties' =>
106103
[
107104
'id' =>
@@ -114,7 +111,6 @@ public function testParse()
114111
],
115112
'tags' =>
116113
[
117-
'type' => 'object',
118114
'properties' =>
119115
[
120116
'tagname' =>

0 commit comments

Comments
 (0)