From cbb70b39853adee357ded8a5fffd7af3bb7aea9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Thu, 4 Jun 2026 05:21:39 +0300 Subject: [PATCH] chore(imitation): remove DB password from tracked phpunit.xml (B4) DB_USERNAME/DB_PASSWORD now come from the untracked local .env (dev creds postgres/liderra_dev_pass that already match liderra_testing on the same local Postgres). phpunit.xml keeps only the non-secret DB_DATABASE/DB_CONNECTION override. Verified: tests still connect (FakeDaDataClientTest 3/3 GREEN) without the env vars in phpunit.xml. .env.testing remains gitignored. --- app/phpunit.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/phpunit.xml b/app/phpunit.xml index e1ae2dfe..dbb4d1c6 100644 --- a/app/phpunit.xml +++ b/app/phpunit.xml @@ -28,9 +28,8 @@ - - - + +