Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Plugin / DerivativeTest.php
index 251abbf47acc05e710e36e9575e71390187692b5..519d7373c5911ec433f89945e53249a81dc72b7e 100644 (file)
@@ -9,6 +9,11 @@ namespace Drupal\KernelTests\Core\Plugin;
  */
 class DerivativeTest extends PluginTestBase {
 
+  /**
+   * {@inheritdoc}
+   */
+  public static $modules = ['node', 'user'];
+
   /**
    * Tests getDefinitions() and getDefinition() with a derivativeDecorator.
    */