Skip to content
Snippets Groups Projects
Commit 828d35d4 authored by Ivan Ruzak's avatar Ivan Ruzak Committed by Eirik Morland
Browse files

Issue #3533635 by teodorakis, eiriksm: Drupal 11 compatibility

parent 57af9583
No related branches found
No related tags found
1 merge request!7Drupal 11 compatibility
Pipeline #537176 passed with warnings
......@@ -2,8 +2,6 @@ name: Commerce Easy
type: module
description: Pay with Nets Easy
package: Commerce
core: 8.x
core_version_requirement: ">=8"
core_version_requirement: "^9 || ^10 || ^11"
dependencies:
- commerce
- commerce_payment
- commerce:commerce_payment
......@@ -3,10 +3,10 @@
"type": "drupal-module",
"description": "Provides an Easy payment gateway integration.",
"require": {
"drupal/commerce": "~2.25",
"drupal/commerce_payment_extra": "^1.0@beta"
"drupal/commerce": "~2.25 || ^3",
"drupal/commerce_payment_extra": "^1"
},
"require-dev": {
"drupal/commerce_shipping": "^2.0-rc2"
"drupal/commerce_shipping": "^2"
}
}
......@@ -25,7 +25,7 @@ class OrderBuilderTest extends OrderKernelTestBase {
/**
* {@inheritdoc}
*/
public static $modules = [
protected static $modules = [
'commerce_easy',
'commerce_shipping',
'physical',
......
......@@ -36,6 +36,7 @@ class EasyOrderBuilderTest extends UnitTestCase {
* {@inheritdoc}
*/
public function setUp() : void {
parent::setUp();
$this->eventDispatcher = $this->createMock(EventDispatcherInterface::class);
$this->rounder = $this->createMock(RounderInterface::class);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment