We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f90cf5 commit 47d32a2Copy full SHA for 47d32a2
app/code/Magento/Sales/Test/Unit/Model/ResourceModel/Order/Handler/StateTest.php
@@ -50,10 +50,6 @@ protected function setUp(): void
50
$this->orderMock->expects($this->any())
51
->method('getConfig')
52
->willReturnSelf();
53
- $this->addressMock = $this->createMock(Address::class);
54
- $this->addressCollectionMock = $this->createMock(
55
- Collection::class
56
- );
57
$this->state = new State();
58
}
59
@@ -111,6 +107,9 @@ public function testCheck(
111
107
112
108
113
109
/**
110
+ * Data provider for testCheck
+ *
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
114
* @return array
115
*/
116
public function stateCheckDataProvider()
0 commit comments