tagged tests with @group tags

This commit is contained in:
Carsten Brandt
2013-09-14 12:49:47 +02:00
parent 41bd9ab7a8
commit 949dda5fdb
66 changed files with 188 additions and 6 deletions

View File

@@ -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';