From 0eea704bb6a2d05c51e167b623c1b34524388549 Mon Sep 17 00:00:00 2001 From: Kim Hallberg Date: Thu, 23 Feb 2023 08:56:12 +0100 Subject: [PATCH 1/3] Update `.gitignore` --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index eb003b0..ad69c6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,20 @@ +/.phpunit.cache /node_modules +/public/build /public/hot /public/storage /storage/*.key /vendor .env .env.backup +.env.production .phpunit.result.cache docker-compose.override.yml Homestead.json Homestead.yaml +auth.json npm-debug.log yarn-error.log +/.fleet /.idea /.vscode From b928d597531ad2c2ca657b282cd0a7fb0ef7d17b Mon Sep 17 00:00:00 2001 From: Kim Hallberg Date: Thu, 23 Feb 2023 08:56:37 +0100 Subject: [PATCH 2/3] Fix deprecated XML configuration schema --- phpunit.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 9a50e8d..a417824 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,20 +9,20 @@ ./tests/Feature - + ./app - - - - - - - - - + + + + + + + + + From fa879bb45fa43f9bd922f3496103c4719e67fe09 Mon Sep 17 00:00:00 2001 From: Kim Hallberg Date: Thu, 23 Feb 2023 08:57:38 +0100 Subject: [PATCH 3/3] Fix test suite failing due to null address --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 44853cd..9bb29c7 100644 --- a/.env.example +++ b/.env.example @@ -33,7 +33,7 @@ MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null -MAIL_FROM_ADDRESS=null +MAIL_FROM_ADDRESS="hello@example.com" MAIL_FROM_NAME="${APP_NAME}" AWS_ACCESS_KEY_ID=