From 13c322bab3ac4496f89279c0b6ac31b89ce8aa95 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Fri, 10 Apr 2026 20:51:40 +0100 Subject: [PATCH] ci: fixes `incorrectCasing` test --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index fb6d5959..33128d07 100644 --- a/composer.json +++ b/composer.json @@ -50,6 +50,9 @@ "Tests\\Fixtures\\Arch\\": "tests/Fixtures/Arch", "Tests\\": "tests/PHPUnit/" }, + "classmap": [ + "tests/Fixtures/Arch/ToBeCasedCorrectly/IncorrectCasing/incorrectCasing.php" + ], "files": [ "tests/Autoload.php" ]