From 362e888e46d8103a66c0fc74849fdb77ad06e60b Mon Sep 17 00:00:00 2001 From: ncoronel Date: Tue, 7 Jul 2026 09:25:39 -0300 Subject: [PATCH] feat: update .gitignore to include .env.testing and enhance phpunit.xml with additional environment variables --- .gitignore | 1 + phpunit.xml | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7be55e2..367d1b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.log .DS_Store .env +.env.testing .env.backup .env.production .phpactor.json diff --git a/phpunit.xml b/phpunit.xml index e7f0a48..642274a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -20,12 +20,14 @@ + + + + + - - -