Skip to content

Commit 957f9b3

Browse files
committed
Fix tests
1 parent 7d7ec12 commit 957f9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/QueryBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use PHPUnit\Framework\Attributes\DataProviderExternal;
88
use PHPUnit\Framework\Attributes\TestWith;
9-
use Yiisoft\Db\Command\Param;
109
use Yiisoft\Db\Constant\DataType;
1110
use Yiisoft\Db\Driver\Pdo\PdoConnectionInterface;
1211
use Yiisoft\Db\Exception\IntegrityException;
@@ -16,6 +15,7 @@
1615
use Yiisoft\Db\Expression\Expression;
1716
use Yiisoft\Db\Expression\ExpressionInterface;
1817
use Yiisoft\Db\Expression\Function\ArrayMerge;
18+
use Yiisoft\Db\Expression\Param;
1919
use Yiisoft\Db\Pgsql\Column\ArrayColumn;
2020
use Yiisoft\Db\Pgsql\Column\IntegerColumn;
2121
use Yiisoft\Db\Pgsql\Tests\Provider\QueryBuilderProvider;

0 commit comments

Comments
 (0)