Skip to content

Commit e3cc512

Browse files
committed
Fix static test failure
1 parent c054dd6 commit e3cc512

File tree

1 file changed

+5
-0
lines changed
  • lib/internal/Magento/Framework/DB/Test/Unit/DB/Statement

1 file changed

+5
-0
lines changed

lib/internal/Magento/Framework/DB/Test/Unit/DB/Statement/MysqlTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ public function testExecuteWhenParamsAsPrimitives()
110110
(new Mysql($this->adapterMock, $query))->_execute($params);
111111
}
112112

113+
/**
114+
* Test execute method when params are passed as Parameter objects.
115+
*
116+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
117+
*/
113118
public function testExecuteWhenParamsAsParameterObject()
114119
{
115120
$param1 = $this->createMock(Parameter::class);

0 commit comments

Comments
 (0)