php - sqlite error when running phpunit in laravel -


i working on project while , working in memmory sqlite , working fine reinstalled mamp , getting below error when run phpunit

lluminate\database\queryexception: not find driver (sql: select * sqlite_master type = 'table' , name = migrations) 

i checked have below dll's there installed in mamp sqlite

extension=php_pdo_sqlite.dll  extension=php_sqlite3.dll 

and present in same location

extension_dir = "c:\mamp\bin\php\php7.0.0\ext\" 

is pointing..

so confused of next work.. appreciated..


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -