mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Fixed: Wrong namespace in advanced app backend unit test classes #6919
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace backend\tests\unit;
|
namespace tests\codeception\backend\unit;
|
||||||
|
|
||||||
class DbTestCase extends \yii\codeception\DbTestCase
|
class DbTestCase extends \yii\codeception\DbTestCase
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace backend\tests\unit;
|
namespace tests\codeception\backend\unit;
|
||||||
|
|
||||||
class TestCase extends \yii\codeception\TestCase
|
class TestCase extends \yii\codeception\TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
@ -10,7 +10,7 @@ Yii Framework 2 Change Log
|
|||||||
- Enh #6697: Added `yii\helpers\Url::current()` method that allows adding or removing parameters from current URL (samdark, callmez)
|
- Enh #6697: Added `yii\helpers\Url::current()` method that allows adding or removing parameters from current URL (samdark, callmez)
|
||||||
- Chg #5690: adjusted paths in message config generated by `yii message/config` to reflect directory structure better (mikehaertl, samdark)
|
- Chg #5690: adjusted paths in message config generated by `yii message/config` to reflect directory structure better (mikehaertl, samdark)
|
||||||
- Chg #6661: Hyperlinks that are enclosed within an exist form will use the same form for submission if they specify both of the `href` and `data-method` attributes (qiangxue)
|
- Chg #6661: Hyperlinks that are enclosed within an exist form will use the same form for submission if they specify both of the `href` and `data-method` attributes (qiangxue)
|
||||||
|
- Bug #6919: Fixed wrong namespaces under advanced application's TestCase classes (ivokund)
|
||||||
|
|
||||||
2.0.2 January 11, 2015
|
2.0.2 January 11, 2015
|
||||||
----------------------
|
----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user