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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -