From eb5c48b58d72d04abb093fceb32db842ec7ab5fb Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sat, 18 Jan 2025 20:17:47 +0000 Subject: Setup testing --- phpunit.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 phpunit.xml (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..10bf8b2 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,23 @@ + + + + + tests/Unit + + + tests/Feature + + + + + app + + + + + + -- cgit v1.2.3