X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FVariableTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FUtility%2FVariableTest.php;h=3fda715c29f2b1a4433020f5d7226d22cb5a2a51;hp=9096f87bfe98f6f6597cc78a5fe7e53a65ea1c00;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Utility/VariableTest.php b/web/core/tests/Drupal/Tests/Component/Utility/VariableTest.php index 9096f87bf..3fda715c2 100644 --- a/web/core/tests/Drupal/Tests/Component/Utility/VariableTest.php +++ b/web/core/tests/Drupal/Tests/Component/Utility/VariableTest.php @@ -7,8 +7,8 @@ namespace Drupal\Tests\Component\Utility; -use Drupal\Tests\UnitTestCase; use Drupal\Component\Utility\Variable; +use PHPUnit\Framework\TestCase; /** * Test variable export functionality in Variable component. @@ -18,7 +18,7 @@ use Drupal\Component\Utility\Variable; * * @coversDefaultClass \Drupal\Component\Utility\Variable */ -class VariableTest extends UnitTestCase { +class VariableTest extends TestCase { /** * Data provider for testExport().