File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" :" codeception/module-yii2" ,
3
3
"description" :" Codeception module for Yii2 framework" ,
4
4
"keywords" :[" codeception" , " yii2" ],
5
- "homepage" :" http ://codeception.com/" ,
5
+ "homepage" :" https ://codeception.com/" ,
6
6
"type" :" library" ,
7
7
"license" :" MIT" ,
8
8
"authors" :[
Original file line number Diff line number Diff line change 22
22
use yii \helpers \Url ;
23
23
24
24
/**
25
- * This module provides integration with [Yii framework](http ://www.yiiframework.com/) (2.0).
25
+ * This module provides integration with [Yii framework](https ://www.yiiframework.com/) (2.0).
26
26
*
27
27
* It initializes the Yii framework in a test environment and provides actions
28
28
* for functional testing.
126
126
* ## Fixtures
127
127
*
128
128
* This module allows to use
129
- * [fixtures](http ://www.yiiframework.com/doc-2.0/guide-test-fixtures.html)
129
+ * [fixtures](https ://www.yiiframework.com/doc-2.0/guide-test-fixtures.html)
130
130
* inside a test. There are two ways to do that. Fixtures can either be loaded
131
131
* with the [haveFixtures](#haveFixtures) method inside a test:
132
132
*
You can’t perform that action at this time.
0 commit comments