X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FSerialization%2FYamlTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FSerialization%2FYamlTest.php;h=becd7c0221c4c15fe82c70f1360c0c80256c696d;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=f8261680ba5b816530b45628f78edc7f624cabf4;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/tests/Drupal/Tests/Component/Serialization/YamlTest.php b/web/core/tests/Drupal/Tests/Component/Serialization/YamlTest.php index f8261680b..becd7c022 100644 --- a/web/core/tests/Drupal/Tests/Component/Serialization/YamlTest.php +++ b/web/core/tests/Drupal/Tests/Component/Serialization/YamlTest.php @@ -7,13 +7,13 @@ use Drupal\Component\Serialization\SerializationInterface; use Drupal\Component\Serialization\Yaml; use Drupal\Component\Serialization\YamlPecl; use Drupal\Component\Serialization\YamlSymfony; -use Drupal\Tests\UnitTestCase; +use PHPUnit\Framework\TestCase; /** * @coversDefaultClass \Drupal\Component\Serialization\Yaml * @group Serialization */ -class YamlTest extends UnitTestCase { +class YamlTest extends TestCase { /** * @var \PHPUnit_Framework_MockObject_MockObject