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

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

- no changes in this release.


Qiang Xue committed
10
2.0.1 December 07, 2014
Qiang Xue committed
11 12 13 14 15
-----------------------

- no changes in this release.


Qiang Xue committed
16 17
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
18 19 20 21

- no changes in this release.


22 23
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
24 25 26 27

- no changes in this release.


28 29
2.0.0-beta April 13, 2014
-------------------------
30

Qiang Xue committed
31
- Initial release.
Carsten Brandt committed
32 33 34
- 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)