Skip to content

Commit 25c3840

Browse files
AC-1214 Fixed static tests failure
1 parent f43fa82 commit 25c3840

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/Eav/Model/ResourceModel/ReadHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ protected function getContextVariables(ScopeInterface $scope)
123123
* @throws ConfigurationMismatchException
124124
* @throws LocalizedException
125125
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
126+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
126127
*/
127128
public function execute($entityType, $entityData, $arguments = [])
128129
{

app/code/Magento/Eav/Test/Unit/Model/ResourceModel/ReadHandlerTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
use PHPUnit\Framework\MockObject\MockObject;
2121
use PHPUnit\Framework\TestCase;
2222

23+
/**
24+
* Eav attributes read handler tests
25+
*
26+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27+
*/
2328
class ReadHandlerTest extends TestCase
2429
{
2530
/**

0 commit comments

Comments
 (0)