Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
f85e8f99
Commit
f85e8f99
authored
Feb 01, 2015
by
pana1990
Committed by
Carsten Brandt
Feb 01, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added group for bootstrap tests
close #7126
parent
54fc86ec
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
ButtonDropdownTest.php
tests/unit/extensions/bootstrap/ButtonDropdownTest.php
+3
-0
CollapseTest.php
tests/unit/extensions/bootstrap/CollapseTest.php
+3
-0
TabsTest.php
tests/unit/extensions/bootstrap/TabsTest.php
+2
-0
No files found.
tests/unit/extensions/bootstrap/ButtonDropdownTest.php
View file @
f85e8f99
...
@@ -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
()
...
...
tests/unit/extensions/bootstrap/CollapseTest.php
View file @
f85e8f99
...
@@ -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
()
...
...
tests/unit/extensions/bootstrap/TabsTest.php
View file @
f85e8f99
...
@@ -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
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment