Verified Commit ffffbf3c authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3477613 by quietone: Add doc block for $modules in tests

(cherry picked from commit 1bf08a6c)
parent fdddd3a0
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@
 */
class BlockInterfaceTest extends KernelTestBase {

  /**
   * {@inheritdoc}
   */
  protected static $modules = ['system', 'block', 'block_test', 'user'];

  /**
+3 −0
Original line number Diff line number Diff line
@@ -17,6 +17,9 @@
 */
class MigrateBlockContentBodyFieldTest extends MigrateDrupal7TestBase {

  /**
   * {@inheritdoc}
   */
  protected static $modules = ['block', 'block_content', 'filter', 'text'];

  /**
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@
 */
class MigrateBlockContentTypeTest extends MigrateDrupal7TestBase {

  /**
   * {@inheritdoc}
   */
  protected static $modules = ['block', 'block_content', 'filter', 'text'];

  /**
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,9 @@
 */
class MigrateCustomBlockTest extends MigrateDrupal7TestBase {

  /**
   * {@inheritdoc}
   */
  protected static $modules = [
    'block_content',
    'filter',
+1 −3
Original line number Diff line number Diff line
@@ -17,9 +17,7 @@
class CommentFieldsTest extends CommentTestBase {

  /**
   * Install the field UI.
   *
   * @var array
   * {@inheritdoc}
   */
  protected static $modules = ['field_ui'];

Loading