We will be off on April 7th (Monday) for public holiday in our country

Commit a09c086d authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge tag 'v0.3.0' into dev

Virtual File System, Custom Fixtures Path, New Yaml Loader, Custom Fixture Processors
parents 181305ac 83c456bc
...@@ -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