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.