From 7b492936ffb1b4d06f8e23e8ccb58798d2461b2e Mon Sep 17 00:00:00 2001
From: Matteo Trubini <7964032+matteotrubini@users.noreply.github.com>
Date: Tue, 7 Apr 2026 17:12:46 +0200
Subject: [PATCH] fix(phpcs): update paths in configuration file
Remove non-existent tests/ directory from source paths and fix
exclude-pattern to use correct modules/system/tests/ path.
---
phpcs.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/phpcs.xml b/phpcs.xml
index bdac268c45..abd603a656 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -125,7 +125,6 @@
config/
modules/
plugins/winter/demo/
- tests/
*/vendor/*
@@ -134,5 +133,5 @@
modules/backend/widgets/mediamanager/partials/_item-icon.php
- tests/fixtures/plugins/testvendor/goto/Plugin.php
+ modules/system/tests/fixtures/plugins/testvendor/goto/Plugin.php