Skip to content

Commit

Permalink
ci: activate psalm for tests (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
geerteltink committed Aug 8, 2020
1 parent f6632e3 commit f7e9812
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<projectFiles>
<directory name="src"/>
<directory name="test"/>
<ignoreFiles>
<directory name="vendor"/>
</ignoreFiles>
Expand All @@ -17,13 +18,13 @@
<issueHandlers>
<InternalMethod>
<errorLevel type="suppress">
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturn" />
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::method" />
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::will" />
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturn" />
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturnCallback" />
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturnOnConsecutiveCalls" />
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::with" />
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::will" />
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive" />
<referencedMethod name="PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturnCallback" />
</errorLevel>
</InternalMethod>
</issueHandlers>
Expand Down

0 comments on commit f7e9812

Please sign in to comment.