mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-23 15:37:24 +01:00
2.0.5 bf7edc5
This commit is contained in:
10
tests/framework/log/PgSQLTargetTest.php
Normal file
10
tests/framework/log/PgSQLTargetTest.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace yiiunit\framework\log;
|
||||
|
||||
|
||||
class PgSQLTargetTest extends DbTargetTest
|
||||
{
|
||||
protected static $driverName = 'pgsql';
|
||||
}
|
||||
Reference in New Issue
Block a user