Skip to content

Commit de24050

Browse files
author
Igor Melnikov
committed
MAGETWO-65521: Remove unserialize in \Magento\Framework\DB\Adapter\Pdo\Mysql
- fixing namespace
1 parent e9da59b commit de24050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/DB/Test/Unit/Adapter/Pdo/MysqlFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ protected function setUp()
4747
}
4848

4949
/**
50+
* @param array $objectManagerArguments
5051
* @param array $config
5152
* @param LoggerInterface|null $logger
5253
* @param SelectFactory|null $selectFactory
53-
* @param array $arguments
5454
* @dataProvider createDataProvider
5555
*/
5656
public function testCreate(

0 commit comments

Comments
 (0)