Closed
Description
As reported in symfony/symfony#21120 if you don't have SQLite enabled in your PHP, you can't load fixtures and sadly, the Doctrine error message is not very helpful in this case. We should either improve this error message or add some check on our own to detect if SQLite is not enabled.