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 7f7eb75 commit d3f80e5
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 @@ -1131,7 +1131,7 @@ public function testAlterColumnWithExpression(): void
}

/** @dataProvider \Yiisoft\Db\Mssql\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 d3f80e5

Please sign in to comment.