1. 25 Oct, 2014 1 commit
  2. 12 Aug, 2014 1 commit
  3. 11 Aug, 2014 1 commit
    • Created ArrayCache class · a2e8083b
      Carsten Brandt authored
      - can be used to enable caching in a request without the need for any storage
      - useful for example in complex console tasks that should still be independed
  4. 15 Jul, 2014 1 commit
  5. 19 May, 2014 1 commit
  6. 06 May, 2014 1 commit
  7. 30 Mar, 2014 1 commit
  8. 16 Mar, 2014 1 commit
  9. 03 Mar, 2014 1 commit
  10. 25 Nov, 2013 1 commit
  11. 17 Nov, 2013 2 commits
  12. 29 Oct, 2013 4 commits
  13. 28 Oct, 2013 3 commits
  14. 23 Oct, 2013 1 commit
  15. 18 Oct, 2013 1 commit
  16. 02 Oct, 2013 1 commit
  17. 25 Sep, 2013 2 commits
  18. 14 Sep, 2013 1 commit
  19. 27 Aug, 2013 2 commits
  20. 12 Aug, 2013 1 commit
  21. 11 Aug, 2013 1 commit
  22. 26 May, 2013 1 commit
  23. 24 May, 2013 1 commit
    • Tests cleanup · 7cd9123c
      Alexander Makarov authored
      - Better names
      - Removed not used MySQLTestCase
      - Moved base testcase for DB to db namespace
      - Minor style fixes
  24. 12 May, 2013 1 commit
  25. 11 May, 2013 5 commits
  26. 10 May, 2013 1 commit
    • mod: incorporate suggestions · f23a677b
      Benjamin Wöster authored
      - rename requireApp() to mockApplication()
      - always destroy app on tearDown()
        - eliminates need for constant YII_DESTROY_APP_ON_TEARDOWN
        - mockApplication() becomes a lot easier. Destroying app on each tearDown
          means creating it on every call is fine. No more checking if it already
          exists and if it has been created from the same config.
      - \yii::$app should have been \Yii::$app
  27. 09 May, 2013 2 commits