From 63f97c04fc30b988d4f9c23532e2815b8213048f Mon Sep 17 00:00:00 2001 From: Volodymyr Shelmuk Date: Thu, 7 Mar 2024 21:24:15 +0200 Subject: [PATCH] refactor: update root phpcs.xml --- phpcs.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index d86df83..3b76805 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -6,8 +6,8 @@ ./Inpsyde/Helpers ./Inpsyde/Sniffs ./tests/src - ./tests/cases - ./tests/e2e/E2eTest.php + ./tests/unit/cases + ./tests/e2e/cases