예제 #1
0
 /**
  * Test type of attribute collection
  */
 public function testGetAttributeCollection()
 {
     $this->assertInstanceOf('Mage_Customer_Model_Resource_Address_Attribute_Collection', $this->_model->getAttributeCollection());
 }