Skip to content
Snippets Groups Projects
Commit fd32a56b authored by project update bot's avatar project update bot Committed by Valentino Međimorec
Browse files

Issue #3428435: Automated Drupal 11 compatibility fixes for commerce_exchanger

parent d0ef7e45
No related branches found
No related tags found
1 merge request!5Automated Project Update Bot fixes
Pipeline #161966 passed with warnings
name: 'Commerce Exchanger' name: 'Commerce Exchanger'
type: module type: module
description: 'Commerce 2 Exchange Rates' description: 'Commerce 2 Exchange Rates'
core_version_requirement: ^10 core_version_requirement: ^10.1 || ^11
package: Commerce (Contrib) package: Commerce (Contrib)
dependencies: dependencies:
......
...@@ -39,7 +39,7 @@ class CommerceExchangerTest extends CommerceWebDriverTestBase { ...@@ -39,7 +39,7 @@ class CommerceExchangerTest extends CommerceWebDriverTestBase {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static $modules = [ protected static $modules = [
'commerce_price', 'commerce_price',
'commerce_exchanger', 'commerce_exchanger',
]; ];
......
...@@ -55,7 +55,7 @@ class CommerceExchangerCalculatorTest extends CommerceKernelTestBase { ...@@ -55,7 +55,7 @@ class CommerceExchangerCalculatorTest extends CommerceKernelTestBase {
* *
* @var array * @var array
*/ */
public static $modules = [ protected static $modules = [
'commerce_exchanger', 'commerce_exchanger',
]; ];
......
...@@ -30,7 +30,7 @@ class ExchangerProviderPluginTest extends CommerceKernelTestBase { ...@@ -30,7 +30,7 @@ class ExchangerProviderPluginTest extends CommerceKernelTestBase {
* *
* @var array * @var array
*/ */
public static $modules = [ protected static $modules = [
'commerce_exchanger', 'commerce_exchanger',
'commerce_exchanger_test', 'commerce_exchanger_test',
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment