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 226f4127 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge pull request #55 from steverice/dev

Fixed bug that prevented getting all attribute information from fixture
parents efe1d5b8 0ddf13d0
......@@ -973,7 +973,7 @@ class EcomDev_PHPUnit_Model_Fixture
$this->getResource()->commit();
$this->setStorageData(self::STORAGE_KEY_ATTRIBUTES, array_keys($attributes));
$this->setStorageData(self::STORAGE_KEY_ATTRIBUTES, $attributes);
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