We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c054dd6 commit e3cc512Copy full SHA for e3cc512
lib/internal/Magento/Framework/DB/Test/Unit/DB/Statement/MysqlTest.php
@@ -110,6 +110,11 @@ public function testExecuteWhenParamsAsPrimitives()
110
(new Mysql($this->adapterMock, $query))->_execute($params);
111
}
112
113
+ /**
114
+ * Test execute method when params are passed as Parameter objects.
115
+ *
116
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
117
+ */
118
public function testExecuteWhenParamsAsParameterObject()
119
{
120
$param1 = $this->createMock(Parameter::class);
0 commit comments