X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fserialization%2Ftests%2Fsrc%2FUnit%2FCompilerPass%2FRegisterSerializationClassesCompilerPassTest.php;fp=web%2Fcore%2Fmodules%2Fserialization%2Ftests%2Fsrc%2FUnit%2FCompilerPass%2FRegisterSerializationClassesCompilerPassTest.php;h=f9a5b7729806e30e91e5bf85340f54824d39fe8b;hp=630535dea7a27578027c50d9c1525f4bc7f50dda;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php b/web/core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php index 630535dea..f9a5b7729 100644 --- a/web/core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php +++ b/web/core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php @@ -4,6 +4,7 @@ namespace Drupal\Tests\serialization\Unit\CompilerPass; use Drupal\Core\DependencyInjection\ContainerBuilder; use Drupal\serialization\RegisterSerializationClassesCompilerPass; +use Drupal\Tests\UnitTestCase; use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\Serializer\Serializer; @@ -11,7 +12,7 @@ use Symfony\Component\Serializer\Serializer; * @coversDefaultClass \Drupal\serialization\RegisterSerializationClassesCompilerPass * @group serialization */ -class RegisterSerializationClassesCompilerPassTest extends \PHPUnit_Framework_TestCase { +class RegisterSerializationClassesCompilerPassTest extends UnitTestCase { /** * @covers ::process