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()
...@@ -25,4 +28,4 @@ class ButtonDropdownTest extends BootstrapTestCase ...@@ -25,4 +28,4 @@ class ButtonDropdownTest extends BootstrapTestCase
$this->assertContains("$containerClass btn-group", $out); $this->assertContains("$containerClass btn-group", $out);
} }
} }
\ No newline at end of file
...@@ -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
{ {
...@@ -69,4 +71,4 @@ class TabsTest extends BootstrapTestCase ...@@ -69,4 +71,4 @@ class TabsTest extends BootstrapTestCase
$this->assertContains($string, $out); $this->assertContains($string, $out);
} }
} }
} }
\ No newline at end of file
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