您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Yii Framework 2 Codeception extension Change Log
  2. ================================================
  3. 2.0.5 March 17, 2016
  4. --------------------
  5. - Bug #7: Extension won't create new app instance if it already exists, for example was created in module (kaiserfedor)
  6. - Bug #13: Close database connection and session on destroying application (kaiserfedor)
  7. 2.0.4 May 10, 2015
  8. ------------------
  9. - Enh #1: Allow to configure DI Container in configuration files (leandrogehlen)
  10. 2.0.3 March 01, 2015
  11. --------------------
  12. - Bug #6978: DI Container is not reset when destroying application in functional tests (ivokund)
  13. 2.0.2 January 11, 2015
  14. ----------------------
  15. - no changes in this release.
  16. 2.0.1 December 07, 2014
  17. -----------------------
  18. - no changes in this release.
  19. 2.0.0 October 12, 2014
  20. ----------------------
  21. - no changes in this release.
  22. 2.0.0-rc September 27, 2014
  23. ---------------------------
  24. - no changes in this release.
  25. 2.0.0-beta April 13, 2014
  26. -------------------------
  27. - Initial release.
  28. - Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue)
  29. - New #1956: Implemented test fixture framework (qiangxue)
  30. - New: Added yii\codeception\DbTestCase (qiangxue)