From 7494ec5fdaa72451ba0ecf65857bdb5205e3db73 Mon Sep 17 00:00:00 2001 From: kj Date: Sat, 5 Sep 2026 12:11:08 -0300 Subject: [PATCH] chore: add PHPUnit configuration and unit tests directory --- phpunit.xml | 22 ++++++++++++++++++++++ tests/Unit/.gitkeep | 0 2 files changed, 22 insertions(+) create mode 100644 phpunit.xml create mode 100644 tests/Unit/.gitkeep diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..3d7cd25 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,22 @@ + + + + + tests/Unit + + + + + src + + + diff --git a/tests/Unit/.gitkeep b/tests/Unit/.gitkeep new file mode 100644 index 0000000..e69de29