X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FXssTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FXssTest.php;h=0664f94272cc1aae459446b28413c3d1970fcb07;hp=e7832a31f0f05079c6e8661e517f935fe80da89b;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Utility/XssTest.php b/web/core/tests/Drupal/Tests/Component/Utility/XssTest.php index e7832a31f..0664f9427 100644 --- a/web/core/tests/Drupal/Tests/Component/Utility/XssTest.php +++ b/web/core/tests/Drupal/Tests/Component/Utility/XssTest.php @@ -5,7 +5,7 @@ namespace Drupal\Tests\Component\Utility; use Drupal\Component\Utility\Html; use Drupal\Component\Utility\UrlHelper; use Drupal\Component\Utility\Xss; -use Drupal\Tests\UnitTestCase; +use PHPUnit\Framework\TestCase; /** * XSS Filtering tests. @@ -20,7 +20,7 @@ use Drupal\Tests\UnitTestCase; * - CVE-2002-1806, ~CVE-2005-0682, ~CVE-2005-2106, CVE-2005-3973, * CVE-2006-1226 (= rev. 1.112?), CVE-2008-0273, CVE-2008-3740. */ -class XssTest extends UnitTestCase { +class XssTest extends TestCase { /** * {@inheritdoc}