| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 15 | final class QueryBuilderTest extends AbstractQueryBuilderTest |
||
| 16 | { |
||
| 17 | protected array|string $columnQuoteCharacter = '"'; |
||
| 18 | protected Mock $mock; |
||
| 19 | protected array|string $tableQuoteCharacter = '"'; |
||
| 20 | |||
| 21 | public function setUp(): void |
||
| 26 | } |
||
| 27 | |||
| 28 | public function tearDown(): void |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @dataProvider \Yiisoft\Db\Tests\Pgsql\Provider\QueryBuilderProvider::buildConditions() |
||
| 37 | */ |
||
| 38 | public function testBuild( |
||
| 46 |