mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 16:57:53 +01:00
added unit tests for schema detection
fixed some issues with schema detection
This commit is contained in:
16
tests/unit/framework/db/pgsql/PostgreSQLQueryTest.php
Normal file
16
tests/unit/framework/db/pgsql/PostgreSQLQueryTest.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace yiiunit\framework\db\pgsql;
|
||||
|
||||
use yii\db\pgsql\Schema;
|
||||
use yiiunit\framework\db\QueryTest;
|
||||
use yiiunit\framework\db\SchemaTest;
|
||||
|
||||
/**
|
||||
* @group db
|
||||
* @group pgsql
|
||||
*/
|
||||
class PostgreSQLQueryTest extends QueryTest
|
||||
{
|
||||
public $driverName = 'pgsql';
|
||||
}
|
||||
Reference in New Issue
Block a user