Skip to content

Commit 2a45752

Browse files
committed
feat(openapi): Add test error
1 parent fee97bc commit 2a45752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Metadata/Tests/Extractor/ResourceMetadataCompatibilityTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ final class ResourceMetadataCompatibilityTest extends TestCase
171171
'type' => 'foo_type',
172172
],
173173
],
174+
'errors' => null,
174175
'graphQlOperations' => [
175176
[
176177
'args' => [
@@ -510,6 +511,7 @@ final class ResourceMetadataCompatibilityTest extends TestCase
510511
'openapi',
511512
'paginationViaCursor',
512513
'stateOptions',
514+
'errors',
513515
'links',
514516
'rules',
515517
'headers',

0 commit comments

Comments
 (0)