CHANGELOG.md 560 Bytes
Newer Older
1 2 3
Yii Framework 2 Codeception extension Change Log
================================================

Qiang Xue committed
4 5 6 7 8 9
2.0.0 under development
-----------------------

- no changes in this release.


10 11
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
12 13 14 15

- no changes in this release.


16 17
2.0.0-beta April 13, 2014
-------------------------
18

Qiang Xue committed
19
- Initial release.
Carsten Brandt committed
20 21 22
- 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)