コード例 #1
0
 /**
  * Test type of attribute collection
  */
 public function testGetAttributeCollection()
 {
     $this->assertInstanceOf('Magento\\Customer\\Model\\Resource\\Address\\Attribute\\Collection', $this->_model->getAttributeCollection());
 }