attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
 /**
  * @covers DrugType::attributeLabels
  * @todo   Implement testAttributeLabels().
  */
 public function testAttributeLabels()
 {
     $expected = array();
     $this->assertEquals($expected, $this->model->attributeLabels());
 }