NormalizerTestBase.php

Same filename in this branch
  1. 8.9.x core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php
  2. 8.9.x core/modules/hal/tests/src/Kernel/NormalizerTestBase.php
Same filename in other branches
  1. 9 core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php
  2. 9 core/modules/hal/tests/src/Kernel/NormalizerTestBase.php
  3. 10 core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php
  4. 11.x core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php

Namespace

Drupal\serialization\Tests

File

core/modules/serialization/src/Tests/NormalizerTestBase.php

View source
<?php

namespace Drupal\serialization\Tests;

@trigger_error(__NAMESPACE__ . '\\NormalizerTestBase is deprecated for removal before Drupal 9.0.0. Use \\Drupal\\Tests\\serialization\\Kernel\\NormalizerTestBase instead.', E_USER_DEPRECATED);
use Drupal\Tests\serialization\Kernel\NormalizerTestBase as SerializationNormalizerTestBase;

/**
 * Helper base class to set up some test fields for serialization testing.
 *
 * @deprecated in drupal:8.?.? and is removed from drupal:9.0.0.
 *   Use \Drupal\Tests\serialization\Kernel\NormalizerTestBase instead.
 */
abstract class NormalizerTestBase extends SerializationNormalizerTestBase {

}

Classes

Title Deprecated Summary
NormalizerTestBase

in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\Tests\serialization\Kernel\NormalizerTestBase instead.

Helper base class to set up some test fields for serialization testing.

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