public function FieldOptionsTest::testGet in Webform CiviCRM Integration 8.5
@dataProvider testGetDataprovider
File
- tests/
src/ Kernel/ FieldOptionsTest.php, line 53
Class
- FieldOptionsTest
- @group webform_civicrm
Namespace
Drupal\Tests\webform_civicrm\KernelCode
public function testGet(array $field, string $context, array $data) {
$field_options = $this->container
->get('webform_civicrm.field_options');
$options = $field_options
->get($field, $context, $data);
}