Exemplo n.º 1
0
 function testSetDataShouldWorkWithNoID()
 {
     $product = new Elite_Vaf_Model_Catalog_Product();
     $product->setData(array());
 }