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 0ddf13d0 authored by Steve Rice's avatar Steve Rice

Fixed bug that prevented getting all attribute information from fixture

parent 934fcdec
......@@ -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