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 04d37272 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Fix issue #61 and close #64

parent debf9423
......@@ -255,7 +255,7 @@ class EcomDev_PHPUnit_Model_Config extends Mage_Core_Model_Config
{
// Cache beckend initialization for unit tests,
// because it should be separate from live one
$this->setNode('global/cache/backend', 'file');
$this->setNode('global/cache/backend', '');
$this->getOptions()->setData('cache_dir', $this->getVarDir() . DS . 'phpunit.cache');
$this->getOptions()->setData('session_dir', $this->getVarDir() . DS . 'phpunit.session');
return $this;
......
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