mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 22:30:27 +08:00
10 lines
133 B
PHP
10 lines
133 B
PHP
<?php
|
|
|
|
|
|
namespace yiiunit\framework\log;
|
|
|
|
|
|
class PgSQLTargetTest extends DbTargetTest
|
|
{
|
|
protected static $driverName = 'pgsql';
|
|
} |