Skip to content

Commit

Permalink
update tests folder links (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed May 10, 2023
1 parent 1d80ebd commit 37a259c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/bin/yii
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
/**
* Yii console bootstrap file.
*
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

defined('YII_DEBUG') or define('YII_DEBUG', true);
Expand Down
4 changes: 2 additions & 2 deletions tests/bin/yii.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ rem -------------------------------------------------------------
rem Yii command line bootstrap script for Windows.
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link https://www.yiiframework.com/
rem @copyright Copyright (c) 2008 Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license https://www.yiiframework.com/license/
rem -------------------------------------------------------------

@setlocal
Expand Down

0 comments on commit 37a259c

Please sign in to comment.