From b0fd14cd71d60c1b9926aff10fe9e8eeebe1285c Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Tue, 22 Feb 2022 21:32:37 +0100 Subject: Lots of documentation and basic tests --- phpunit.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 phpunit.xml (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..8f4b58c --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,18 @@ + + + + + ./tests + + + + + ./app + ./src + + + -- cgit v1.2.3