From a05baeb4f6aecc88c41536e3d56d29cdb868d855 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Mon, 6 Jul 2026 17:24:41 -0500 Subject: [PATCH] chore: track tests/Integration directory with placeholder The phpunit.xml split into unit + integration testsuites requires the integration directory to exist on disk, even when empty. The .gitkeep keeps the directory present in fresh checkouts and on CI; the first real integration test in a later task will replace the placeholder. --- tests/Integration/.gitkeep | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/Integration/.gitkeep diff --git a/tests/Integration/.gitkeep b/tests/Integration/.gitkeep new file mode 100644 index 0000000..fa36e81 --- /dev/null +++ b/tests/Integration/.gitkeep @@ -0,0 +1,6 @@ +