mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-10 09:17:39 +01:00
tagged tests with @group tags
This commit is contained in:
@@ -3,6 +3,10 @@ namespace yiiunit\framework\db\pgsql;
|
||||
|
||||
use yiiunit\framework\db\ConnectionTest;
|
||||
|
||||
/**
|
||||
* @group db
|
||||
* @group pgsql
|
||||
*/
|
||||
class PostgreSQLConnectionTest extends ConnectionTest
|
||||
{
|
||||
protected $driverName = 'pgsql';
|
||||
|
||||
Reference in New Issue
Block a user