Skip to content

Commit 51f2833

Browse files
committed
Suppress InternalMethod
1 parent aeeddef commit 51f2833

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

psalm.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,12 @@
3434
<file name="tests/bootstrap.php" />
3535
</errorLevel>
3636
</UnresolvableInclude>
37+
38+
<!-- Suppress PHPunit-issue -->
39+
<InternalMethod>
40+
<errorLevel type="suppress">
41+
<directory name="tests" />
42+
</errorLevel>
43+
</InternalMethod>
3744
</issueHandlers>
3845
</psalm>

0 commit comments

Comments
 (0)