We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

  1. 05 Mar, 2014 2 commits
    • Lee Saferite's avatar
      Convert to using a stack for test scope storage (see issue #178) · b18329d7
      Lee Saferite authored
      The original code would only store the most recent version of the scop data when calling applyTestScope.
      If you called the method twice then you lost the original scope.
      Parts of the EcomDev_PHPUnit code are using the registry to store information.
      Currently the test scope is only setup at the suite level but if tests in the suite expect a clean registry then there are problems.
      This change converts to using a stack to store the scope.
      Each time you call applyTestScope the current scope data is added to the stack.
      Each time you call discardTestScope the previous scope data is restored.
      If you call discardTestScope and there is no stored scope data, a RuntimeException is thrown.
      b18329d7
    • Lee Saferite's avatar
      Change to using an array for old scope data · b937a839
      Lee Saferite authored
      b937a839
  2. 24 Jan, 2014 2 commits
  3. 07 Nov, 2013 1 commit
  4. 27 Oct, 2013 1 commit
  5. 26 Oct, 2013 1 commit
  6. 28 Sep, 2013 8 commits
  7. 25 Sep, 2013 1 commit
  8. 23 Sep, 2013 5 commits
  9. 22 Sep, 2013 1 commit
  10. 14 Sep, 2013 2 commits
  11. 13 Sep, 2013 1 commit
  12. 12 Sep, 2013 1 commit
  13. 06 Aug, 2013 1 commit
  14. 02 Aug, 2013 3 commits
  15. 31 Jul, 2013 3 commits
  16. 29 Jul, 2013 6 commits
  17. 22 Jul, 2013 1 commit