From 23364971d4307aa01ac95b37274540e047821dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Tue, 9 Jan 2024 19:14:06 -0300 Subject: [PATCH] Include only src dir as PHP source for PHPUnit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- phpunit.xml.dist | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c63326774a..a86e90972b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -19,16 +19,8 @@ > - . + src - - app/cache - examples - node_modules - tests - tmp - vendor -