Skip to content

Commit

Permalink
Update tests according main PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Apr 6, 2024
1 parent b4642c6 commit fd14d73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/QueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,4 +639,10 @@ public function testUpsertExecute(
): void {
parent::testUpsertExecute($table, $insertColumns, $updateColumns);
}

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

0 comments on commit fd14d73

Please sign in to comment.