public function test_Catalog_Product_Item_Can_Get_Images()
 {
     $p = $this->_model->getProductById(1);
     $i = $p->getImages();
     $this->assertType('array', $i);
 }