From 7afe4d27c1d79ed8e11167896eb467413fde3d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gr=C3=BCner?= Date: Fri, 13 Dec 2024 14:23:31 +0100 Subject: [PATCH] Fix: inclusion of base test files in composer package (#380) Closes #379 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 282650056..c5f4a467a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,5 +8,5 @@ docker-compose.yml export-ignore phpstan.neon export-ignore phpunit.xml export-ignore -test/ export-ignore +/test/ export-ignore tests/ export-ignore