Commit db055695 authored by Collin Haines's avatar Collin Haines Committed by Jakob P
Browse files

Issue #3211466 by collinhaines: Testing modules property Access Level

parent d8b93fc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ class CaptchaCacheTest extends CaptchaWebTestBase {
   *
   * @var array
   */
  protected static $modules = [
  public static $modules = [
    'block',
    'image_captcha',
    'captcha_test',
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ class CaptchaCronTest extends BrowserTestBase {
   *
   * @var array
   */
  protected static $modules = ['captcha'];
  public static $modules = ['captcha'];

  /**
   * {@inheritdoc}
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ class CaptchaTest extends CaptchaWebTestBase {
   *
   * @var array
   */
  protected static $modules = ['block', 'captcha_long_form_id_test'];
  public static $modules = ['block', 'captcha_long_form_id_test'];

  /**
   * Testing the protection of the user log in form.
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ abstract class CaptchaWebTestBase extends BrowserTestBase {
   *
   * @var array
   */
  protected static $modules = ['captcha', 'comment'];
  public static $modules = ['captcha', 'comment'];

  /**
   * {@inheritdoc}
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ class MigrateCaptchaPointsTest extends MigrateDrupal7TestBase {
  /**
   * {@inheritdoc}
   */
  protected static $modules = ['captcha'];
  public static $modules = ['captcha'];

  /**
   * The expected captcha points from the Captcha fixture.
Loading