X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FSerialization%2FYamlTestBase.php;h=2f8f23e5b3c863fff54c1bb60ba58e053636cea1;hp=d2b504ecae0d461ad79cb83bb265637658ad3367;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php b/web/core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php index d2b504eca..2f8f23e5b 100644 --- a/web/core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php +++ b/web/core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php @@ -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.