update tests folder links (#297)

This commit is contained in:
Ihor Sychevskyi 2023-05-10 09:53:16 +03:00 committed by GitHub
parent 1d80ebd0ce
commit 37a259ca75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
/** /**
* Yii console bootstrap file. * Yii console bootstrap file.
* *
* @link http://www.yiiframework.com/ * @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC * @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); defined('YII_DEBUG') or define('YII_DEBUG', true);

View File

@ -4,9 +4,9 @@ rem -------------------------------------------------------------
rem Yii command line bootstrap script for Windows. rem Yii command line bootstrap script for Windows.
rem rem
rem @author Qiang Xue <qiang.xue@gmail.com> 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 @copyright Copyright (c) 2008 Yii Software LLC
rem @license http://www.yiiframework.com/license/ rem @license https://www.yiiframework.com/license/
rem ------------------------------------------------------------- rem -------------------------------------------------------------
@setlocal @setlocal