1. 21 Mar, 2013 1 commit
  2. 03 Feb, 2013 1 commit
  3. 02 Feb, 2013 1 commit
  4. 01 Feb, 2013 3 commits
  5. 30 Jan, 2013 2 commits
  6. 23 Jan, 2013 3 commits
  7. 17 Jan, 2013 2 commits
  8. 16 Jan, 2013 1 commit
  9. 15 Jan, 2013 2 commits
  10. 13 Jan, 2013 8 commits
  11. 11 Jan, 2013 1 commit
  12. 10 Jan, 2013 1 commit
  13. 09 Jan, 2013 1 commit
  14. 08 Jan, 2013 4 commits
  15. 07 Jan, 2013 1 commit
  16. 05 Jan, 2013 6 commits
  17. 04 Jan, 2013 2 commits
    • Ivan Chepurnyi's avatar
      Merge pull request #66 from PeteZero1/dev · 77cf99c6
      Ivan Chepurnyi authored
      app/code/design does not exist
      77cf99c6
    • PeteZero1's avatar
      app/code/design does not exist · 6a7e7078
      PeteZero1 authored
      Did the following...
      
      cd ~/
      modman clone git://github.com/IvanChepurnyi/EcomDev_PHPUnit.git
      git checkout dev
      
      cd /var/www/html/
      modman link ~/EcomDev_PHPUnit/
       Applied: UnitTests.php                   UnitTests.php
       Applied: app/etc/modules/EcomDev_PHPUnit.xml  app/etc/modules/EcomDev_PHPUnit.xml
       Applied: app/code/community/EcomDev/PHPUnit  app/code/community/EcomDev/PHPUnit
       Applied: lib/EcomDev/PHPUnit             lib/EcomDev/PHPUnit
       Applied: lib/EcomDev/Utils               lib/EcomDev/Utils
       Applied: lib/Spyc                        lib/Spyc
      Successfully create symlink new module 'EcomDev_PHPUnit'
      
      phpunit
      app/code/design does not exist
      6a7e7078