X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FPlugin%2FContext%2FContextTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FPlugin%2FContext%2FContextTest.php;h=6a2cf4667321ffa6b6a79d5bf3f7ee587960e94a;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=f320c5544899459d22e88c39fab386f68131075f;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php index f320c5544..6a2cf4667 100644 --- a/web/core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php +++ b/web/core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php @@ -3,13 +3,13 @@ namespace Drupal\Tests\Component\Plugin\Context; use Drupal\Component\Plugin\Context\Context; -use Drupal\Tests\UnitTestCase; +use PHPUnit\Framework\TestCase; /** * @coversDefaultClass \Drupal\Component\Plugin\Context\Context * @group Plugin */ -class ContextTest extends UnitTestCase { +class ContextTest extends TestCase { /** * Data provider for testGetContextValue.