Skip to content

Commit 4d8140e

Browse files
committed
AC-15248-V2: Fix Integration Test
1 parent 312d53f commit 4d8140e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Annotation/AppIsolation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
/**
1616
* Implementation of the @magentoAppIsolation DocBlock annotation - isolation of global application objects in memory
17+
*
18+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1719
*/
1820
class AppIsolation
1921
{

dev/tests/integration/framework/Magento/TestFramework/App/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function setValue(
104104
* @param mixed $value
105105
* @return void
106106
*/
107-
private function updateResult(array $keys, & $result, $value)
107+
private function updateResult(array $keys, &$result, $value)
108108
{
109109
$key = array_shift($keys);
110110

0 commit comments

Comments
 (0)