We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9693025 commit 63f97c0Copy full SHA for 63f97c0
phpcs.xml
@@ -6,8 +6,8 @@
6
<file>./Inpsyde/Helpers</file>
7
<file>./Inpsyde/Sniffs</file>
8
<file>./tests/src</file>
9
- <file>./tests/cases</file>
10
- <file>./tests/e2e/E2eTest.php</file>
+ <file>./tests/unit/cases</file>
+ <file>./tests/e2e/cases</file>
11
12
<!--
13
PHP 7.4 and higher.
@@ -25,7 +25,7 @@
25
</rule>
26
27
<rule ref="Inpsyde.CodeQuality.FunctionLength">
28
- <exclude-pattern>./tests/cases/</exclude-pattern>
+ <exclude-pattern>./tests/unit/cases/</exclude-pattern>
29
30
31
</ruleset>
0 commit comments