Skip to content

Commit 5381cca

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82007: MAGETWO-81245: All arguments for mapping methods must be compatible with call_user_func_array #11503
- fixed code style
1 parent d35749c commit 5381cca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/DB/Test/Unit/AbstractMapperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ public function testMap(array $mapperMethods, array $criteriaParts)
141141
$this->assertEquals($this->selectMock, $mapper->map($criteriaMock));
142142
}
143143

144-
145144
public function testMapException()
146145
{
147146
$mapperMethods = [

0 commit comments

Comments
 (0)