From 8e8eca3691b51018e38a3c08ba2fb3f6c0feef3d Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 19 Jan 2014 00:14:15 -0500 Subject: [PATCH] updated change log [skip ci] --- extensions/codeception/CHANGELOG.md | 7 ++++++- framework/CHANGELOG.md | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/extensions/codeception/CHANGELOG.md b/extensions/codeception/CHANGELOG.md index 8ebfe930f0..e9422e6785 100644 --- a/extensions/codeception/CHANGELOG.md +++ b/extensions/codeception/CHANGELOG.md @@ -1,7 +1,12 @@ Yii Framework 2 Codeception extension Change Log ================================================ +- Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue) +- New #1956: Implemented test fixture framework (qiangxue) +- New: Added yii\codeception\DbTestCase (qiangxue) + + 2.0.0 beta under development ---------------------------- -- Initial release. \ No newline at end of file +- Initial release. diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 031575a550..32a7fb18d8 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -84,6 +84,7 @@ Yii Framework 2 Change Log - Enh: `init` of advanced application now allows to specify answer for overwriting files via `init --overwrite=n` (samdark) - Enh: Added `TableSchema::fullName` property (qiangxue) - Enh #1839: Added support for getting file extension and basename from uploaded file (anfrantic) +- Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue) - Chg #1519: `yii\web\User::loginRequired()` now returns the `Response` object instead of exiting the application (qiangxue) - Chg #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default (qiangxue) - Chg #1610: `Html::activeCheckboxList()` and `Html::activeRadioList()` will submit an empty string if no checkbox/radio is selected (qiangxue) @@ -106,7 +107,10 @@ Yii Framework 2 Change Log - New #66: [Auth client library](https://github.com/yiisoft/yii2-authclient) OpenId, OAuth1, OAuth2 clients (klimov-paul) - New #1393: [Codeception testing framework integration](https://github.com/yiisoft/yii2-codeception) (Ragazzo) - New #1438: [MongoDB integration](https://github.com/yiisoft/yii2-mongodb) ActiveRecord and Query (klimov-paul) +- New #1956: Implemented test fixture framework (qiangxue) - New: Yii framework now comes with core messages in multiple languages +- New: Added yii\codeception\DbTestCase (qiangxue) + 2.0.0 alpha, December 1, 2013 ---------------------------