X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=inline;f=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FPlugin%2FInspectionTest.php;h=20ba65c1bf0192281a39a2919c5b1d373bbfe952;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=454165d46633e1feab01c88b84170e9d702b7d3a;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php index 454165d46..20ba65c1b 100644 --- a/web/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php +++ b/web/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php @@ -9,6 +9,11 @@ namespace Drupal\KernelTests\Core\Plugin; */ class InspectionTest extends PluginTestBase { + /** + * {@inheritdoc} + */ + public static $modules = ['node', 'user']; + /** * Ensure the test plugins correctly implement getPluginId() and getPluginDefinition(). */