mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 01:17:13 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@ -5,6 +5,10 @@ namespace yiiunit\framework\db\pgsql;
|
||||
use yii\db\JsonExpression;
|
||||
use yiiunit\data\ar\ActiveRecord;
|
||||
|
||||
/**
|
||||
* @group db
|
||||
* @group pgsql
|
||||
*/
|
||||
class BaseActiveRecordTest extends \yiiunit\framework\db\BaseActiveRecordTest
|
||||
{
|
||||
public $driverName = 'pgsql';
|
||||
|
||||
Reference in New Issue
Block a user