* description = @Translation("This field stores integer values from a list of allowed 'value => label' pairs, i.e. 'Lifetime in days': 1 => 1 day, 7 => 1 week, 31 => 1 month."),
* description = @Translation("This field stores text values from a list of allowed 'value => label' pairs, i.e. 'US States': IL => Illinois, IA => Iowa, IN => Indiana."),
return$this->assertTrue(isset($options[0]),$message?$message:String::format('Option @option for field @id exists.',array('@option'=>$option,'@id'=>$id)),$group);
return$this->assertTrue(isset($selects[0])&&!isset($options[0]),$message?$message:String::format('Option @option for field @id does not exist.',array('@option'=>$option,'@id'=>$id)),$group);