Merge pull request #3515 from wallabag/php-7.2

Add PHP 7.2 compatibility
This commit is contained in:
Nicolas Lœuillet
2017-12-18 14:32:21 +01:00
committed by GitHub
34 changed files with 81 additions and 40 deletions

View File

@ -8,3 +8,4 @@ parameters:
test_database_path: "%env(TEST_DATABASE_PATH)%"
env(TEST_DATABASE_PATH): "%kernel.project_dir%/data/db/wallabag_test.sqlite"
test_database_charset: utf8
test_database_driver_class: ~