From 4f9f45c2a505b4b1912069e06ada26982a80ad85 Mon Sep 17 00:00:00 2001 From: Alex Westergaard Date: Fri, 5 May 2023 23:12:08 +0200 Subject: [PATCH] Update phpunit.xml and ignore phpunit.xml.bak --- .gitignore | 1 + phpunit.xml | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index eab6a03..c8c349f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ # PHPUnit /.phpunit* +/phpunit.xml.bak /clover.xml \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index dbeaa68..fbb4144 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,17 +1,23 @@ + colors="true" stopOnFailure="false" beStrictAboutTestsThatDoNotTestAnything="true" + beStrictAboutTodoAnnotatedTests="true" testdox="true" + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" + cacheDirectory=".phpunit.cache" displayDetailsOnTestsThatTriggerDeprecations="true"> test/Unit + + + + + + + + ./src @@ -19,11 +25,5 @@ ./src/Facade ./src/GA4Exception.php - - - - - - - + \ No newline at end of file