| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function __construct(array $params, $driver, $config = null, $eventManager = null) |
||
| 23 | { |
||
| 24 | $this->_platformMock = new DatabasePlatformMock(); |
||
| 25 | |||
| 26 | parent::__construct($params, $driver, $config, $eventManager); |
||
| 27 | |||
| 28 | // Override possible assignment of platform to database platform mock |
||
| 29 | $this->_platform = $this->_platformMock; |
||
|
|
|||
| 30 | } |
||
| 83 |