Skip to content

Commit 4ee546b

Browse files
authored
Update tests according changes in db (#413)
1 parent 5fb08d3 commit 4ee546b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Provider/QueryBuilderProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ public static function prepareParam(): array
494494
$values = parent::prepareParam();
495495

496496
$values['binary'][0] = "'\\x737472696e67'::bytea";
497+
$values['resource'][0] = "'\\x737472696e67'::bytea";
497498

498499
return $values;
499500
}
@@ -504,6 +505,7 @@ public static function prepareValue(): array
504505

505506
$values['binary'][0] = "'\\x737472696e67'::bytea";
506507
$values['paramBinary'][0] = "'\\x737472696e67'::bytea";
508+
$values['paramResource'][0] = "'\\x737472696e67'::bytea";
507509
$values['array'][0] = "ARRAY['a','b','c']";
508510
$values['Iterator'][0] = "ARRAY['a','b','c']";
509511

0 commit comments

Comments
 (0)