Skip to content

Commit

Permalink
Add type string to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Apr 8, 2024
1 parent 1b55207 commit fb3932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ public function testDefaultValues(): void
}

/** @dataProvider \Yiisoft\Db\Oracle\Tests\Provider\QueryBuilderProvider::selectScalar */
public function testSelectScalar(array|bool|float|int $columns, string $expected): void
public function testSelectScalar(array|bool|float|int|string $columns, string $expected): void
{
parent::testSelectScalar($columns, $expected);
}
Expand Down

0 comments on commit fb3932c

Please sign in to comment.