File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Quote/Test/Unit/Model/Quote Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ protected function setUp()
193
193
$ this ->address ->setQuote ($ this ->quote );
194
194
}
195
195
196
- public function testValidateMiniumumAmountDisabled ()
196
+ public function testValidateMinimumAmountDisabled ()
197
197
{
198
198
$ storeId = 1 ;
199
199
@@ -209,7 +209,7 @@ public function testValidateMiniumumAmountDisabled()
209
209
$ this ->assertTrue ($ this ->address ->validateMinimumAmount ());
210
210
}
211
211
212
- public function testValidateMiniumumAmountVirtual ()
212
+ public function testValidateMinimumAmountVirtual ()
213
213
{
214
214
$ storeId = 1 ;
215
215
$ scopeConfigValues = [
@@ -233,7 +233,7 @@ public function testValidateMiniumumAmountVirtual()
233
233
$ this ->assertTrue ($ this ->address ->validateMinimumAmount ());
234
234
}
235
235
236
- public function testValidateMiniumumAmount ()
236
+ public function testValidateMinimumAmount ()
237
237
{
238
238
$ storeId = 1 ;
239
239
$ scopeConfigValues = [
@@ -256,7 +256,7 @@ public function testValidateMiniumumAmount()
256
256
$ this ->assertTrue ($ this ->address ->validateMinimumAmount ());
257
257
}
258
258
259
- public function testValidateMiniumumAmountNegative ()
259
+ public function testValidateMinimumAmountNegative ()
260
260
{
261
261
$ storeId = 1 ;
262
262
$ scopeConfigValues = [
You can’t perform that action at this time.
0 commit comments