Commit 1731f201 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

! Fix phpunit installer

parent 33605b7d
......@@ -59,7 +59,7 @@ class EcomDev_PHPUnit_Install extends Mage_Shell_Abstract
{
if (!file_exists($this->getArg('project') . DIRECTORY_SEPARATOR . self::FILE_LOCAL_XML)) {
copy($this->getArg('module') . DIRECTORY_SEPARATOR . self::FILE_LOCAL_XML,
$this->getArg('project') . DIRECTORY_SEPARATOR . self::FILE_PHPUNIT_XML);
$this->getArg('project') . DIRECTORY_SEPARATOR . self::FILE_LOCAL_XML);
}
}
......
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