From 7c04be8c13ebfbfa5cbe3efc7caeedab8a8e86fe Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 15 Jun 2023 19:36:11 +0200 Subject: [PATCH] ci --- .gitignore | 1 + phpunit.xml | 27 ++++++++++++++++++++++++--- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 91186d8..f219eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ storage/*.key /data/redis/ /public/build/ /.phpunit.cache/ +/build/ diff --git a/phpunit.xml b/phpunit.xml index b093a74..c8a82ff 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,19 @@ - + ./tests/Unit @@ -14,7 +26,16 @@ ./app + + + + + + + + +