From 57b61599a86d5ecfb8199f519f4dbddd118f2260 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Sun, 15 Feb 2026 03:10:26 +0800 Subject: [PATCH] refactor: display all issues on testing --- src/Template/phpunit.xml.dist | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/Template/phpunit.xml.dist b/src/Template/phpunit.xml.dist index 968d75a..9f94112 100644 --- a/src/Template/phpunit.xml.dist +++ b/src/Template/phpunit.xml.dist @@ -4,7 +4,10 @@ bootstrap="vendor/codeigniter4/framework/system/Test/bootstrap.php" backupGlobals="false" beStrictAboutOutputDuringTests="true" + beStrictAboutCoverageMetadata="true" + cacheDirectory="build/.phpunit.cache" colors="true" + displayDetailsOnAllIssues="true" executionOrder="random" failOnRisky="true" failOnWarning="true" @@ -12,8 +15,7 @@ stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" - cacheDirectory="build/.phpunit.cache" - beStrictAboutCoverageMetadata="true"> +> @@ -23,11 +25,13 @@ + ./tests + @@ -35,11 +39,13 @@ + + @@ -62,6 +68,7 @@ --> + ./app/