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 a65e7da commit f13585fCopy full SHA for f13585f
lib/internal/Magento/Framework/Test/Unit/DB/Query/BatchIteratorTest.php
@@ -188,8 +188,7 @@ public function testNext()
188
$this->connectionMock->expects($this->exactly(3))
189
->method('fetchRow')
190
->with($this->wrapperSelectMock)
191
- ->willReturn(['max' => 25, 'cnt' => 10]
192
- );
+ ->willReturn(['max' => 25, 'cnt' => 10]);
193
194
$this->assertEquals($this->selectMock, $this->model->next());
195
$this->assertEquals(1, $this->model->key());
0 commit comments