@@ -349,7 +349,7 @@ public function getTestData(): iterable
349
349
]),
350
350
$ this ->constantArray ([
351
351
[new ConstantIntegerType (0 ), new ObjectType (One::class)],
352
- [new ConstantStringType ('id ' ), new StringType ()],
352
+ [new ConstantStringType ('id ' ), $ this -> numericString ()],
353
353
[new ConstantStringType ('intColumn ' ), new IntegerType ()],
354
354
])
355
355
),
@@ -371,7 +371,7 @@ public function getTestData(): iterable
371
371
]),
372
372
$ this ->constantArray ([
373
373
[new ConstantIntegerType (0 ), new ObjectType (Many::class)],
374
- [new ConstantStringType ('id ' ), new StringType ()],
374
+ [new ConstantStringType ('id ' ), $ this -> numericString ()],
375
375
[new ConstantStringType ('intColumn ' ), new IntegerType ()],
376
376
])
377
377
),
@@ -392,7 +392,7 @@ public function getTestData(): iterable
392
392
]),
393
393
$ this ->constantArray ([
394
394
[new ConstantStringType ('one ' ), new ObjectType (One::class)],
395
- [new ConstantStringType ('id ' ), new StringType ()],
395
+ [new ConstantStringType ('id ' ), $ this -> numericString ()],
396
396
[new ConstantStringType ('intColumn ' ), new IntegerType ()],
397
397
])
398
398
),
@@ -502,7 +502,7 @@ public function getTestData(): iterable
502
502
yield 'just root entity and scalars ' => [
503
503
$ this ->constantArray ([
504
504
[new ConstantIntegerType (0 ), new ObjectType (One::class)],
505
- [new ConstantStringType ('id ' ), new StringType ()],
505
+ [new ConstantStringType ('id ' ), $ this -> numericString ()],
506
506
]),
507
507
'
508
508
SELECT o, o.id
0 commit comments