@@ -164,7 +164,7 @@ private function doTestNormalize(OperationMethodResolverInterface $operationMeth
164
164
'hydra:title ' => 'name ' ,
165
165
'hydra:required ' => false ,
166
166
'hydra:readable ' => true ,
167
- 'hydra:writable ' => true ,
167
+ 'hydra:writeable ' => true ,
168
168
'hydra:description ' => 'name ' ,
169
169
],
170
170
[
@@ -179,7 +179,7 @@ private function doTestNormalize(OperationMethodResolverInterface $operationMeth
179
179
'hydra:title ' => 'description ' ,
180
180
'hydra:required ' => false ,
181
181
'hydra:readable ' => true ,
182
- 'hydra:writable ' => true ,
182
+ 'hydra:writeable ' => true ,
183
183
'hydra:description ' => 'description ' ,
184
184
],
185
185
[
@@ -194,7 +194,7 @@ private function doTestNormalize(OperationMethodResolverInterface $operationMeth
194
194
'hydra:title ' => 'name_converted ' ,
195
195
'hydra:required ' => false ,
196
196
'hydra:readable ' => true ,
197
- 'hydra:writable ' => true ,
197
+ 'hydra:writeable ' => true ,
198
198
'hydra:description ' => 'name converted ' ,
199
199
],
200
200
[
@@ -209,7 +209,7 @@ private function doTestNormalize(OperationMethodResolverInterface $operationMeth
209
209
'hydra:title ' => 'relatedDummy ' ,
210
210
'hydra:required ' => false ,
211
211
'hydra:readable ' => true ,
212
- 'hydra:writable ' => true ,
212
+ 'hydra:writeable ' => true ,
213
213
'hydra:description ' => 'This is a name. ' ,
214
214
],
215
215
],
@@ -287,7 +287,7 @@ private function doTestNormalize(OperationMethodResolverInterface $operationMeth
287
287
],
288
288
'hydra:title ' => 'The collection of dummy resources ' ,
289
289
'hydra:readable ' => true ,
290
- 'hydra:writable ' => false ,
290
+ 'hydra:writeable ' => false ,
291
291
],
292
292
],
293
293
'hydra:supportedOperation ' => [
@@ -314,7 +314,7 @@ private function doTestNormalize(OperationMethodResolverInterface $operationMeth
314
314
'hydra:title ' => 'propertyPath ' ,
315
315
'hydra:description ' => 'The property path of the violation ' ,
316
316
'hydra:readable ' => true ,
317
- 'hydra:writable ' => false ,
317
+ 'hydra:writeable ' => false ,
318
318
],
319
319
[
320
320
'@type ' => 'hydra:SupportedProperty ' ,
@@ -328,7 +328,7 @@ private function doTestNormalize(OperationMethodResolverInterface $operationMeth
328
328
'hydra:title ' => 'message ' ,
329
329
'hydra:description ' => 'The message associated with the violation ' ,
330
330
'hydra:readable ' => true ,
331
- 'hydra:writable ' => false ,
331
+ 'hydra:writeable ' => false ,
332
332
],
333
333
],
334
334
],
@@ -350,7 +350,7 @@ private function doTestNormalize(OperationMethodResolverInterface $operationMeth
350
350
'hydra:title ' => 'violations ' ,
351
351
'hydra:description ' => 'The violations ' ,
352
352
'hydra:readable ' => true ,
353
- 'hydra:writable ' => false ,
353
+ 'hydra:writeable ' => false ,
354
354
],
355
355
],
356
356
],
@@ -470,7 +470,7 @@ public function testNormalizeInputOutputClass()
470
470
'hydra:title ' => 'a ' ,
471
471
'hydra:required ' => false ,
472
472
'hydra:readable ' => true ,
473
- 'hydra:writable ' => true ,
473
+ 'hydra:writeable ' => true ,
474
474
'hydra:description ' => 'a ' ,
475
475
],
476
476
[
@@ -485,7 +485,7 @@ public function testNormalizeInputOutputClass()
485
485
'hydra:title ' => 'b ' ,
486
486
'hydra:required ' => false ,
487
487
'hydra:readable ' => true ,
488
- 'hydra:writable ' => true ,
488
+ 'hydra:writeable ' => true ,
489
489
'hydra:description ' => 'b ' ,
490
490
],
491
491
[
@@ -500,7 +500,7 @@ public function testNormalizeInputOutputClass()
500
500
'hydra:title ' => 'c ' ,
501
501
'hydra:required ' => false ,
502
502
'hydra:readable ' => true ,
503
- 'hydra:writable ' => true ,
503
+ 'hydra:writeable ' => true ,
504
504
'hydra:description ' => 'c ' ,
505
505
],
506
506
[
@@ -515,7 +515,7 @@ public function testNormalizeInputOutputClass()
515
515
'hydra:title ' => 'd ' ,
516
516
'hydra:required ' => false ,
517
517
'hydra:readable ' => true ,
518
- 'hydra:writable ' => true ,
518
+ 'hydra:writeable ' => true ,
519
519
'hydra:description ' => 'd ' ,
520
520
],
521
521
],
@@ -597,7 +597,7 @@ public function testNormalizeInputOutputClass()
597
597
],
598
598
'hydra:title ' => 'The collection of dummy resources ' ,
599
599
'hydra:readable ' => true ,
600
- 'hydra:writable ' => false ,
600
+ 'hydra:writeable ' => false ,
601
601
],
602
602
],
603
603
'hydra:supportedOperation ' => [
@@ -624,7 +624,7 @@ public function testNormalizeInputOutputClass()
624
624
'hydra:title ' => 'propertyPath ' ,
625
625
'hydra:description ' => 'The property path of the violation ' ,
626
626
'hydra:readable ' => true ,
627
- 'hydra:writable ' => false ,
627
+ 'hydra:writeable ' => false ,
628
628
],
629
629
[
630
630
'@type ' => 'hydra:SupportedProperty ' ,
@@ -638,7 +638,7 @@ public function testNormalizeInputOutputClass()
638
638
'hydra:title ' => 'message ' ,
639
639
'hydra:description ' => 'The message associated with the violation ' ,
640
640
'hydra:readable ' => true ,
641
- 'hydra:writable ' => false ,
641
+ 'hydra:writeable ' => false ,
642
642
],
643
643
],
644
644
],
@@ -660,7 +660,7 @@ public function testNormalizeInputOutputClass()
660
660
'hydra:title ' => 'violations ' ,
661
661
'hydra:description ' => 'The violations ' ,
662
662
'hydra:readable ' => true ,
663
- 'hydra:writable ' => false ,
663
+ 'hydra:writeable ' => false ,
664
664
],
665
665
],
666
666
],
0 commit comments