Commit 3cdc2e04 authored by Niels de Feyter's avatar Niels de Feyter
Browse files

#3272066 by ndf: The...

#3272066 by ndf: The Drupal\Tests\commerce_mollie\Functional\MolliePaymentOffsiteFormTest::$modules property must be declared protected. See https://www.drupal.org/node/2909426
parent f3b67141
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ class MolliePaymentOffsiteFormTest extends CommerceBrowserTestBase {
   *
   * @var array
   */
  public static $modules = [
  protected static $modules = [
    'commerce_product',
    'commerce_order',
    'commerce_cart',