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