From f6b50c2396c29d58144b7861e0e8710fb1ea00c6 Mon Sep 17 00:00:00 2001 From: Benoit VIGNAL Date: Wed, 10 Dec 2025 15:23:10 +0100 Subject: [PATCH] chore(phpunit): add src directory as source so plugin can run code coverage on them --- phpunit.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index 89aa2cf..b827cdf 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -4,6 +4,12 @@ testdox="true" cacheDirectory="var/phpunit" > + + + src + + + tests