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