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

@ -3,6 +3,10 @@ namespace yiiunit\framework\db\sqlite;
use yiiunit\framework\db\ConnectionTest;
/**
* @group db
* @group sqlite
*/
class SqliteConnectionTest extends ConnectionTest
{
protected $driverName = 'sqlite';