Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Transliteration / PhpTransliterationTest.php
index 243fcfd20cdd735feb5e7ea234c6728e693bdd55..2800c51b200150f49e2767a62212e3790778696b 100644 (file)
@@ -4,8 +4,8 @@ namespace Drupal\Tests\Component\Transliteration;
 
 use Drupal\Component\Transliteration\PhpTransliteration;
 use Drupal\Component\Utility\Random;
-use Drupal\Tests\UnitTestCase;
 use org\bovigo\vfs\vfsStream;
+use PHPUnit\Framework\TestCase;
 
 /**
  * Tests Transliteration component functionality.
@@ -14,7 +14,7 @@ use org\bovigo\vfs\vfsStream;
  *
  * @coversDefaultClass \Drupal\Component\Transliteration\PhpTransliteration
  */
-class PhpTransliterationTest extends UnitTestCase {
+class PhpTransliterationTest extends TestCase {
 
   /**
    * Tests the PhpTransliteration::removeDiacritics() function.