You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 860B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Yii Framework 2 Codeception extension Change Log
  2. ================================================
  3. 2.0.3 March 01, 2015
  4. --------------------
  5. - Bug #6978: DI Container is not reset when destroying application in functional tests (ivokund)
  6. 2.0.2 January 11, 2015
  7. ----------------------
  8. - no changes in this release.
  9. 2.0.1 December 07, 2014
  10. -----------------------
  11. - no changes in this release.
  12. 2.0.0 October 12, 2014
  13. ----------------------
  14. - no changes in this release.
  15. 2.0.0-rc September 27, 2014
  16. ---------------------------
  17. - no changes in this release.
  18. 2.0.0-beta April 13, 2014
  19. -------------------------
  20. - Initial release.
  21. - Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue)
  22. - New #1956: Implemented test fixture framework (qiangxue)
  23. - New: Added yii\codeception\DbTestCase (qiangxue)