Adyen / adyen-magento2

Adyen Payment plugin for Magento2
MIT License
150 stars 196 forks source link

[ECP-9147] Fix unit test OrderRepositoryTest #2594

Closed candemiralp closed 2 months ago

candemiralp commented 2 months ago

Description

Missing default value for the constructor argument has been added to pass during the unit tests.

$shippingAssignmentBuilder argument has been added to the constructor of Magento's OrderRepository class. This addition breaks the unit tests on version 2.4.7 and above since the constructor is trying to use ObjectManager which is not initiated on the test pipeline.

Tested scenarios

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud