This commit is contained in:
╃巡洋艦㊣
2015-07-30 09:52:33 +08:00
parent 5d806e6f22
commit 586684b050
1278 changed files with 44775 additions and 30019 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace yiiunit\framework\log;
class PgSQLTargetTest extends DbTargetTest
{
protected static $driverName = 'pgsql';
}