예제 #1
0
 public function testGetResource()
 {
     $this->assertInstanceOf('Mage_Eav_Model_Entity_Abstract', $this->description->getResource());
     #$this->assertInstanceOf('Mage_Customer_Model_Entity_Customer',$this->description->getResource());
 }
예제 #2
0
 public function testGetResource()
 {
     $this->assertInstanceOf('Mage_Core_Model_Mysql4_Abstract', $this->description->getResource());
     $this->assertInstanceOf('Mage_Admin_Model_Mysql4_User', $this->description->getResource());
 }