Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should require "doctrine/dbal" as a dependency #65

Open
simplenotezy opened this issue Dec 16, 2014 · 1 comment
Open

Should require "doctrine/dbal" as a dependency #65

simplenotezy opened this issue Dec 16, 2014 · 1 comment

Comments

@simplenotezy
Copy link

After installing and running phpunit I get error:

Fatal error: Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found in /vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php on line 59

Adding: "doctrine/dbal": "~2.3" to composer, and then running update, solves the problem.

@sebastiansulinski
Copy link

I was wondering what was happening - in my case there was no feedback from phpunit - your suggestion solved the problem. Many thanks @canfiax!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants