示例#1
0
 /**
  * @magentoAppIsolation enabled
  */
 public function testGetAttributes()
 {
     $expectedAttributes = ['prefix', 'firstname', 'middlename', 'lastname', 'suffix', 'company', 'street', 'city', 'country_id', 'region', 'region_id', 'postcode', 'telephone', 'fax', 'vat_id'];
     $this->assertEquals($expectedAttributes, array_keys($this->_form->getAttributes()));
 }