From bfc34a381a27dcc1375bfdbae4ed4f3e8b09957e Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:01:33 +0200 Subject: [PATCH] Try to fix Travis sqlite errors --- .env.testing | 4 ++-- phpunit.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.testing b/.env.testing index eda7ec8b..da991acb 100644 --- a/.env.testing +++ b/.env.testing @@ -22,8 +22,8 @@ DB_DATABASE=:memory: # DB_HOST=localhost # DB_PORT=3306 # DB_DATABASE=2fauth_test -# DB_USERNAME=test_user -# DB_PASSWORD=password +# DB_USERNAME=travis +# DB_PASSWORD= BCRYPT_ROUNDS=4 diff --git a/phpunit.xml b/phpunit.xml index 65acb5ba..8061ae27 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -31,5 +31,7 @@ + +