You are here

protected property OptionsTestBase::$fieldValues in Drupal 9

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

Stores the field values used for the different tests.

Type: array

File

core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php, line 42

Class

OptionsTestBase
Base class for options views tests.

Namespace

Drupal\Tests\options\Kernel\Views

Code

protected $fieldValues = [];