File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
dev/tests/functional/tests/app/Magento
Core/Test/Handler/ConfigData Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ protected function modify($input)
80
80
if ($ position === 0 ) {
81
81
$ resultArray .= $ subPath ;
82
82
continue ;
83
- }elseif ($ position === (count ($ path ) - 1 )) {
83
+ } elseif ($ position === (count ($ path ) - 1 )) {
84
84
$ resultArray .= '[fields] ' ;
85
85
} else {
86
86
$ resultArray .= '[groups] ' ;
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ public function processAssert(
37
37
$ expectedAuthorizedAmount = 'Authorized amount of $ ' . $ grandTotal ;
38
38
39
39
\PHPUnit_Framework_Assert::assertContains (
40
- $ expectedAuthorizedAmount , $ actualAuthorizedAmount ,
40
+ $ expectedAuthorizedAmount ,
41
+ $ actualAuthorizedAmount ,
41
42
'Incorrect authorized amount value for the order # ' . $ orderId
42
43
);
43
44
}
You can’t perform that action at this time.
0 commit comments