Skip to content

Commit 487277b

Browse files
committed
Improve test coverage
1 parent c5c3145 commit 487277b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/Provider/SchemaProvider.php

+1
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ public static function resultColumns(): array
360360
{
361361
return [
362362
[null, []],
363+
[null, ['oci:decl_type' => '']],
363364
[new IntegerColumn(dbType: 'number', name: 'int_col', notNull: true, size: 38, scale: 0), [
364365
'oci:decl_type' => 'NUMBER',
365366
'native_type' => 'NUMBER',

0 commit comments

Comments
 (0)