Verified Commit 4d8f5eb2 authored by Dave Long's avatar Dave Long
Browse files

Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string...

Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string 'Modules to enable' to {@inheritdoc} in comments
parent 77ae3bfc
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -17,9 +17,7 @@ class MigrateBlockedIpsTest extends MigrateDrupal7TestBase {
  use SchemaCheckTestTrait;

  /**
   * Modules to enable.
   *
   * @var array
   * {@inheritdoc}
   */
  protected static $modules = ['ban'];

+1 −3
Original line number Diff line number Diff line
@@ -30,9 +30,7 @@
class BigPipeTest extends BrowserTestBase {

  /**
   * Modules to enable.
   *
   * @var array
   * {@inheritdoc}
   */
  protected static $modules = ['big_pipe', 'big_pipe_test', 'dblog'];

+1 −3
Original line number Diff line number Diff line
@@ -14,9 +14,7 @@
class BlockAdminThemeTest extends BrowserTestBase {

  /**
   * Modules to install.
   *
   * @var array
   * {@inheritdoc}
   */
  protected static $modules = ['block', 'contextual'];

+1 −3
Original line number Diff line number Diff line
@@ -15,9 +15,7 @@
class BlockCacheTest extends BrowserTestBase {

  /**
   * Modules to install.
   *
   * @var array
   * {@inheritdoc}
   */
  protected static $modules = ['block', 'block_test', 'test_page_test'];

+1 −3
Original line number Diff line number Diff line
@@ -14,9 +14,7 @@
class BlockDemoTest extends BrowserTestBase {

  /**
   * Modules to enable.
   *
   * @var array
   * {@inheritdoc}
   */
  protected static $modules = ['block'];

Loading