Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Plugin / FactoryTest.php
index 50da5cfa2c5907f286bb70e26c53de0ecf0aa7d1..ed7792982e6cfc46c955c7162954db46b3be1c41 100644 (file)
@@ -11,6 +11,11 @@ use Drupal\Component\Plugin\Exception\ExceptionInterface;
  */
 class FactoryTest extends PluginTestBase {
 
+  /**
+   * {@inheritdoc}
+   */
+  public static $modules = ['node', 'user'];
+
   /**
    * Test that DefaultFactory can create a plugin instance.
    */