1. 03 Feb, 2013 2 commits
  2. 02 Feb, 2013 1 commit
  3. 01 Feb, 2013 3 commits
  4. 30 Jan, 2013 2 commits
  5. 23 Jan, 2013 3 commits
  6. 17 Jan, 2013 2 commits
  7. 16 Jan, 2013 1 commit
  8. 15 Jan, 2013 2 commits
  9. 13 Jan, 2013 8 commits
  10. 11 Jan, 2013 1 commit
  11. 10 Jan, 2013 1 commit
  12. 09 Jan, 2013 1 commit
  13. 08 Jan, 2013 4 commits
  14. 07 Jan, 2013 1 commit
  15. 05 Jan, 2013 6 commits
  16. 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