From e28779524a0150dc1425d0fc72850044a0a104e9 Mon Sep 17 00:00:00 2001 From: Brook Schofield <schofield@terena.org> Date: Wed, 20 Jan 2016 15:50:46 +0100 Subject: [PATCH] sqlite3 tests require the ext-sqlite3 module add sqlite3 as a dev dependency. you might not notice this when running tests locally otherwise. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 65d30d4e3..4887c24ca 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "whitehat101/apr1-md5": "~1.0" }, "require-dev": { + "ext-sqlite3": "*", "phpunit/phpunit": "~3.7", "satooshi/php-coveralls": "^1.0" }, -- GitLab