mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
tagged tests with @group tags
This commit is contained in:
@@ -5,6 +5,10 @@ namespace yiiunit\framework\db\pgsql;
|
||||
use yii\db\pgsql\Schema;
|
||||
use yiiunit\framework\db\QueryBuilderTest;
|
||||
|
||||
/**
|
||||
* @group db
|
||||
* @group pgsql
|
||||
*/
|
||||
class PostgreSQLQueryBuilderTest extends QueryBuilderTest
|
||||
{
|
||||
public $driverName = 'pgsql';
|
||||
|
||||
Reference in New Issue
Block a user