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