Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Plugin / InspectionTest.php
index 454165d46633e1feab01c88b84170e9d702b7d3a..20ba65c1bf0192281a39a2919c5b1d373bbfe952 100644 (file)
@@ -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().
    */