mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 06:54:39 +01:00
15 lines
184 B
PHP
15 lines
184 B
PHP
<?php
|
|
|
|
|
|
namespace yiiunit\framework\log;
|
|
|
|
|
|
/**
|
|
* @group db
|
|
* @group pgsql
|
|
* @group log
|
|
*/
|
|
class PgSQLTargetTest extends DbTargetTest
|
|
{
|
|
protected static $driverName = 'pgsql';
|
|
} |