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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
ButtonDropdownTest.php
tests/unit/extensions/bootstrap/ButtonDropdownTest.php
+4
-2
CollapseTest.php
tests/unit/extensions/bootstrap/CollapseTest.php
+3
-0
TabsTest.php
tests/unit/extensions/bootstrap/TabsTest.php
+3
-2
No files found.
tests/unit/extensions/bootstrap/ButtonDropdownTest.php
View file @
f85e8f99
...
...
@@ -3,6 +3,9 @@ namespace yiiunit\extensions\bootstrap;
use
yii\bootstrap\ButtonDropdown
;
/**
* @group bootstrap
*/
class
ButtonDropdownTest
extends
BootstrapTestCase
{
public
function
testContainerOptions
()
...
...
@@ -25,4 +28,4 @@ class ButtonDropdownTest extends BootstrapTestCase
$this
->
assertContains
(
"
$containerClass
btn-group"
,
$out
);
}
}
\ No newline at end of file
}
tests/unit/extensions/bootstrap/CollapseTest.php
View file @
f85e8f99
...
...
@@ -3,6 +3,9 @@ namespace yiiunit\extensions\bootstrap;
use
yii\bootstrap\Collapse
;
/**
* @group bootstrap
*/
class
CollapseTest
extends
BootstrapTestCase
{
public
function
testRender
()
...
...
tests/unit/extensions/bootstrap/TabsTest.php
View file @
f85e8f99
...
...
@@ -5,6 +5,8 @@ use yii\bootstrap\Tabs;
/**
* Tests for Tabs widget
*
* @group bootstrap
*/
class
TabsTest
extends
BootstrapTestCase
{
...
...
@@ -69,4 +71,4 @@ class TabsTest extends BootstrapTestCase
$this
->
assertContains
(
$string
,
$out
);
}
}
}
\ No newline at end of file
}
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