We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 6a7e7078 authored by PeteZero1's avatar PeteZero1

app/code/design does not exist

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
parent 6d083db5
......@@ -30,7 +30,7 @@
<!-- Exclude Mage.php file from code coverage -->
<file>app/Mage.php</file>
<!-- Exclude template files -->
<directory suffix=".phtml">app/code/design</directory>
<directory suffix=".phtml">app/design</directory>
<!-- Exclude Varien & Zend libraries -->
<directory suffix=".php">lib/Varien</directory>
<directory suffix=".php">lib/Zend</directory>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment