Skip to content

Commit fd14d73

Browse files
committed
Update tests according main PR
1 parent b4642c6 commit fd14d73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/QueryBuilderTest.php

+6
Original file line numberDiff line numberDiff line change
@@ -639,4 +639,10 @@ public function testUpsertExecute(
639639
): void {
640640
parent::testUpsertExecute($table, $insertColumns, $updateColumns);
641641
}
642+
643+
/** @dataProvider \Yiisoft\Db\Mysql\Tests\Provider\QueryBuilderProvider::selectScalar */
644+
public function testSelectScalar(array|bool|float|int $columns, string $expected): void
645+
{
646+
parent::testSelectScalar($columns, $expected);
647+
}
642648
}

0 commit comments

Comments
 (0)