Commit f85e8f99 by pana1990 Committed by Carsten Brandt

Added group for bootstrap tests

close #7126
parent 54fc86ec
...@@ -3,6 +3,9 @@ namespace yiiunit\extensions\bootstrap; ...@@ -3,6 +3,9 @@ namespace yiiunit\extensions\bootstrap;
use yii\bootstrap\ButtonDropdown; use yii\bootstrap\ButtonDropdown;
/**
* @group bootstrap
*/
class ButtonDropdownTest extends BootstrapTestCase class ButtonDropdownTest extends BootstrapTestCase
{ {
public function testContainerOptions() public function testContainerOptions()
......
...@@ -3,6 +3,9 @@ namespace yiiunit\extensions\bootstrap; ...@@ -3,6 +3,9 @@ namespace yiiunit\extensions\bootstrap;
use yii\bootstrap\Collapse; use yii\bootstrap\Collapse;
/**
* @group bootstrap
*/
class CollapseTest extends BootstrapTestCase class CollapseTest extends BootstrapTestCase
{ {
public function testRender() public function testRender()
......
...@@ -5,6 +5,8 @@ use yii\bootstrap\Tabs; ...@@ -5,6 +5,8 @@ use yii\bootstrap\Tabs;
/** /**
* Tests for Tabs widget * Tests for Tabs widget
*
* @group bootstrap
*/ */
class TabsTest extends BootstrapTestCase class TabsTest extends BootstrapTestCase
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment