X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FPlugin%2FDefaultFactoryTest.php;h=b6bb32c8415410b37204ab3b1810bb5b23da3fa3;hp=28a48f6c1324700e1cfd1deea8bc66a887da84f1;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php index 28a48f6c1..b6bb32c84 100644 --- a/web/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php +++ b/web/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php @@ -8,13 +8,13 @@ use Drupal\Component\Plugin\Factory\DefaultFactory; use Drupal\plugin_test\Plugin\plugin_test\fruit\Cherry; use Drupal\plugin_test\Plugin\plugin_test\fruit\FruitInterface; use Drupal\plugin_test\Plugin\plugin_test\fruit\Kale; -use Drupal\Tests\UnitTestCase; +use PHPUnit\Framework\TestCase; /** * @coversDefaultClass \Drupal\Component\Plugin\Factory\DefaultFactory * @group Plugin */ -class DefaultFactoryTest extends UnitTestCase { +class DefaultFactoryTest extends TestCase { /** * Tests getPluginClass() with a valid array plugin definition.