From 37b5d954e94797e030b18f42b02a2ce16f1ca929 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Mon, 28 Mar 2022 16:34:26 +0800 Subject: [PATCH] add phpunit config --- phpunit.xml.dist | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 phpunit.xml.dist diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 00000000..d6bdc65a --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,21 @@ + + + + + ./tests + + + + + + \ No newline at end of file