You are here

protected property NullNormalizerTest::$interface in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php \Drupal\Tests\serialization\Unit\Normalizer\NullNormalizerTest::interface

The interface to use in testing.

Type: string

File

core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php, line 26

Class

NullNormalizerTest
@coversDefaultClass \Drupal\serialization\Normalizer\NullNormalizer @group serialization

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

protected $interface = 'Drupal\\Core\\TypedData\\TypedDataInterface';