Skip to content

Commit

Permalink
Removed redundant PHPUnit test ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Sep 19, 2022
1 parent 19264d8 commit 1fdb077
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@
</ignoreFiles>
</projectFiles>

<issueHandlers>
<InternalMethod>
<errorLevel type="suppress">
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::method"/>
</errorLevel>
<errorLevel type="suppress">
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturn"/>
</errorLevel>
<errorLevel type="suppress">
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::with"/>
</errorLevel>
</InternalMethod>
</issueHandlers>
<plugins>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
<pluginClass class="Psl\Psalm\Plugin"/>
Expand Down

0 comments on commit 1fdb077

Please sign in to comment.