We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) 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
{
// 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