You are here

protected property OptionsFieldUnitTestBase::$fieldName in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php \Drupal\Tests\options\Kernel\OptionsFieldUnitTestBase::fieldName

The field name used in the test.

Type: string

File

core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php, line 26

Class

OptionsFieldUnitTestBase
Base class for Options module integration tests.

Namespace

Drupal\Tests\options\Kernel

Code

protected $fieldName = 'test_options';