You are here

protected property ListNormalizerTest::$expectedListValues in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 40
Contains \Drupal\Tests\serialization\Unit\Normalizer\ListNormalizerTest.

Class

ListNormalizerTest
@coversDefaultClass \Drupal\serialization\Normalizer\ListNormalizer @group serialization

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

protected $expectedListValues = array(
  'test',
  'test',
  'test',
);