You are here

NormalizerTestBase.php in Drupal 8

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

Namesort descending Description
NormalizerTestBase Deprecated Helper base class to set up some test fields for serialization testing.