We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b9e72 commit 0cc9a47Copy full SHA for 0cc9a47
tests/Validator/UniqueEnumValueNamesTest.php
@@ -195,7 +195,7 @@ enum SomeEnum
195
public function testAddingNewValueToTheTypeInsideExistingSchema(): void
196
{
197
$schema = BuildSchema::build('enum SomeEnum');
198
- $sdl = '
+ $sdl = '
199
extend enum SomeEnum {
200
FOO
201
}
@@ -218,7 +218,7 @@ enum SomeEnum {
218
219
220
');
221
222
223
224
@@ -256,7 +256,7 @@ public function testAddingEnumValuesToExistingSchemaTwice(): void
256
$schema = BuildSchema::build('
257
enum SomeEnum
258
259
260
261
262
0 commit comments