File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/code/Magento/Checkout Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ protected function jsonResponse($error = '')
104
104
*/
105
105
private function getFormKeyValidator ()
106
106
{
107
- if (!$ this ->formKeyValidator ) {
107
+ if (!$ this ->formKeyValidator ) {
108
108
$ this ->formKeyValidator = \Magento \Framework \App \ObjectManager::getInstance ()
109
109
->get (\Magento \Framework \Data \Form \FormKey \Validator::class);
110
110
}
Original file line number Diff line number Diff line change 8
8
use Magento \Framework \Exception \LocalizedException ;
9
9
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
10
10
11
+ /**
12
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13
+ */
11
14
class RemoveItemTest extends \PHPUnit_Framework_TestCase
12
15
{
13
16
/** @var \Magento\Checkout\Controller\Sidebar\RemoveItem */
You can’t perform that action at this time.
0 commit comments