From a3d2748b63c39bc52d0ae1dd4e5472754f45dee7 Mon Sep 17 00:00:00 2001 From: Jason Ng <116290832+jason490@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:56:58 -0500 Subject: [PATCH] added phpunit file --- phpunit.xml.dist | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 phpunit.xml.dist diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..a845c10 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,22 @@ + + + + + ./tests/ + + + + + src/ + + +