Luxifer\Tests\Mocks\DriverMock::getDatabasePlatform PHP Method

getDatabasePlatform() public method

public getDatabasePlatform ( )
    public function getDatabasePlatform()
    {
        if (!$this->_platformMock) {
            $this->_platformMock = new DatabasePlatformMock();
        }
        return $this->_platformMock;
    }