mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Allow tests to not test anything
Because they’re testing that no exception is thrown
This commit is contained in:
parent
c0a22d5f55
commit
5b23911e9e
@ -5,7 +5,7 @@
|
||||
backupGlobals="false"
|
||||
beStrictAboutCoversAnnotation="true"
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
beStrictAboutTestsThatDoNotTestAnything="true"
|
||||
beStrictAboutTestsThatDoNotTestAnything="false"
|
||||
beStrictAboutTodoAnnotatedTests="true"
|
||||
verbose="true">
|
||||
<testsuite name="default">
|
||||
|
Loading…
Reference in New Issue
Block a user