From 25416e66fb7f06906c01224b9b6750d2701df517 Mon Sep 17 00:00:00 2001 From: Sergio Peris Date: Thu, 29 Feb 2024 08:31:30 +0100 Subject: [PATCH] wip --- .gitignore | 3 ++- phpunit.xml.dist | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc4b6ee..da1c0c9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ vendor/ .phpunit.result.cache composer.lock phpunit.xml -package-lock.json \ No newline at end of file +package-lock.json +build/ diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e3409ca..4131ab6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,6 +9,16 @@ ./tests + + + ./src + + + + + + +