We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba274c commit 3d6b1ceCopy full SHA for 3d6b1ce
tests/Type/ErrorCodeTypeGenerationTest.php
@@ -91,12 +91,9 @@ public function testFieldsWithNoErrorCodes(): void
91
],
92
93
]),
94
-// 'typeSetter' => static function ($type) use (&$types): void {
95
-// $types[$type->name] = $type;
96
-// },
97
], ['updateBook']);
98
99
- self::assertEmpty($types);
+ self::assertEquals($types, []);
100
self::assertEquals(SchemaPrinter::printType($type), Utils::nowdoc('
101
"User errors for UpdateBook"
102
type UpdateBookError
0 commit comments