Hi,
Trying to setup laravel project with phpunit testing.
1- Laravel 5.5
2- phpunit with trait RefreshDatabase, so the database is recreate with the test
3- I use this script https://confluence.atlassian.com/bitbucket/laravel-with-bitbucket-pipelines-913473967.html
I still get PDOException: could not find driver. I understand that it's probably my pdo_mysql extension the problem. But don<t understand how to fix it.
Any suggestion?
Hi @pbellerive,
There are some suggestions here: https://stackoverflow.com/questions/2852748/pdoexception-could-not-find-driver
Some tips on enabling PHP extensions in Bitbucket Pipelines can be found here: https://confluence.atlassian.com/bitbucket/php-with-bitbucket-pipelines-873907835.html
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.