diff --git a/tests/QueryBuilderTest.php b/tests/QueryBuilderTest.php index a96d6df2..b1258d16 100644 --- a/tests/QueryBuilderTest.php +++ b/tests/QueryBuilderTest.php @@ -1133,5 +1133,6 @@ public function testAlterColumnWithExpression(): void /** @dataProvider \Yiisoft\Db\Mssql\Tests\Provider\QueryBuilderProvider::selectScalar */ public function testSelectScalar(array|bool|float|int $columns, string $expected): void { + parent::testSelectScalar($columns, $expected); } }