Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Serialization / YamlTestBase.php
index d2b504ecae0d461ad79cb83bb265637658ad3367..2f8f23e5b3c863fff54c1bb60ba58e053636cea1 100644 (file)
@@ -2,10 +2,12 @@
 
 namespace Drupal\Tests\Component\Serialization;
 
+use PHPUnit\Framework\TestCase;
+
 /**
  * Provides standard data to validate different YAML implementations.
  */
-abstract class YamlTestBase extends \PHPUnit_Framework_TestCase {
+abstract class YamlTestBase extends TestCase {
 
   /**
    * Some data that should be able to be serialized.