0adbae7643e8ea9fc4d5399b50d76734897f77dc
[yaffs-website] / web / core / modules / serialization / src / Tests / NormalizerTestBase.php
1 <?php
2
3 namespace Drupal\serialization\Tests;
4
5 use Drupal\Tests\serialization\Kernel\NormalizerTestBase as SerializationNormalizerTestBase;
6
7 /**
8  * Helper base class to set up some test fields for serialization testing.
9  *
10  * @deprecated Scheduled for removal in Drupal 9.0.0.
11  *   Use \Drupal\Tests\serialization\Kernel\NormalizerTestBase instead.
12  */
13 abstract class NormalizerTestBase extends SerializationNormalizerTestBase {}