From e83f4bb4453b22d38fae9539117b6a4095e5c131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gr=C3=BCner?= Date: Fri, 13 Dec 2024 13:43:21 +0100 Subject: [PATCH] Fix: inclusion of base test files in composer package (#379) See #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