NormalizerTestBase.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\serialization\TestsFile
-
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.