You are here

protected property OptionsFieldUnitTestBase::$fieldStorage in Drupal 9

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

The list field storage used in the test.

Type: \Drupal\field\Entity\FieldStorageConfig

File

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

Class

OptionsFieldUnitTestBase
Base class for Options module integration tests.

Namespace

Drupal\Tests\options\Kernel

Code

protected $fieldStorage;