mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
tagged tests with @group tags
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user