Remove write-only property

parent b408e0b2
......@@ -10,9 +10,6 @@ class ConnectionMock extends \Doctrine\DBAL\Connection
*/
private $_platformMock;
/** @var DatabasePlatformMock */
private $_platform;
/**
* @var int
*/
......@@ -28,9 +25,6 @@ class ConnectionMock extends \Doctrine\DBAL\Connection
$this->_platformMock = new DatabasePlatformMock();
parent::__construct($params, $driver, $config, $eventManager);
// Override possible assignment of platform to database platform mock
$this->_platform = $this->_platformMock;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment