mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 14:50:56 +08:00
14 lines
210 B
PHP
14 lines
210 B
PHP
<?php
|
|
|
|
namespace yiiunit\framework\db\pgsql;
|
|
|
|
/**
|
|
* @group db
|
|
* @group pgsql
|
|
* @group test
|
|
*/
|
|
class ActiveFixtureTest extends \yiiunit\framework\test\ActiveFixtureTest
|
|
{
|
|
public $driverName = 'pgsql';
|
|
}
|