Skip to content

Commit 63f97c0

Browse files
committed
refactor: update root phpcs.xml
1 parent 9693025 commit 63f97c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpcs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<file>./Inpsyde/Helpers</file>
77
<file>./Inpsyde/Sniffs</file>
88
<file>./tests/src</file>
9-
<file>./tests/cases</file>
10-
<file>./tests/e2e/E2eTest.php</file>
9+
<file>./tests/unit/cases</file>
10+
<file>./tests/e2e/cases</file>
1111

1212
<!--
1313
PHP 7.4 and higher.
@@ -25,7 +25,7 @@
2525
</rule>
2626

2727
<rule ref="Inpsyde.CodeQuality.FunctionLength">
28-
<exclude-pattern>./tests/cases/</exclude-pattern>
28+
<exclude-pattern>./tests/unit/cases/</exclude-pattern>
2929
</rule>
3030

3131
</ruleset>

0 commit comments

Comments
 (0)