mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +08:00
Fix codestyle in build and tests (#20586)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
@@ -59,7 +60,7 @@ class QueryBuilderTest extends \yiiunit\framework\db\QueryBuilderTest
|
||||
[
|
||||
Schema::TYPE_JSON,
|
||||
$this->json(),
|
||||
"jsonb",
|
||||
'jsonb',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -273,7 +274,7 @@ class QueryBuilderTest extends \yiiunit\framework\db\QueryBuilderTest
|
||||
|
||||
$config = $this->database;
|
||||
unset($config['fixture']);
|
||||
$this->prepareDatabase($config, realpath(__DIR__.'/../../../data') . '/postgres12.sql');
|
||||
$this->prepareDatabase($config, realpath(__DIR__ . '/../../../data') . '/postgres12.sql');
|
||||
|
||||
$qb = $this->getQueryBuilder(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user