ListNormalizerTest::$expectedListValues

Same name and namespace in other branches
  1. 11.x core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php \Drupal\Tests\serialization\Unit\Normalizer\ListNormalizerTest::expectedListValues
  2. 10 core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php \Drupal\Tests\serialization\Unit\Normalizer\ListNormalizerTest::expectedListValues
  3. 9 core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php \Drupal\Tests\serialization\Unit\Normalizer\ListNormalizerTest::expectedListValues
  4. 8.9.x core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php \Drupal\Tests\serialization\Unit\Normalizer\ListNormalizerTest::expectedListValues

The expected list values to use for testing.

Type: array

File

core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php, line 42

Class

ListNormalizerTest
Tests Drupal\serialization\Normalizer\ListNormalizer.

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

protected $expectedListValues = [
  'test',
  'test',
  'test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.