sqlite3 tests require the ext-sqlite3 module
add sqlite3 as a dev dependency. you might not notice this when running tests locally otherwise.
... | @@ -28,6 +28,7 @@ | ... | @@ -28,6 +28,7 @@ |
"whitehat101/apr1-md5": "~1.0" | "whitehat101/apr1-md5": "~1.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"ext-sqlite3": "*", | |||
"phpunit/phpunit": "~3.7", | "phpunit/phpunit": "~3.7", | ||
"satooshi/php-coveralls": "^1.0" | "satooshi/php-coveralls": "^1.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment