Skip to content

Commit 7b30e55

Browse files
authored
update links (#75)
1 parent db981ab commit 7b30e55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"codeception/module-yii2",
33
"description":"Codeception module for Yii2 framework",
44
"keywords":["codeception", "yii2"],
5-
"homepage":"http://codeception.com/",
5+
"homepage":"https://codeception.com/",
66
"type":"library",
77
"license":"MIT",
88
"authors":[

src/Codeception/Module/Yii2.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
use yii\helpers\Url;
2323

2424
/**
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).
2626
*
2727
* It initializes the Yii framework in a test environment and provides actions
2828
* for functional testing.
@@ -126,7 +126,7 @@
126126
* ## Fixtures
127127
*
128128
* 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)
130130
* inside a test. There are two ways to do that. Fixtures can either be loaded
131131
* with the [haveFixtures](#haveFixtures) method inside a test:
132132
*

0 commit comments

Comments
 (0)