1
0
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:
Matthew Brown 2018-01-22 00:27:22 -05:00
parent c0a22d5f55
commit 5b23911e9e

View File

@ -5,7 +5,7 @@
backupGlobals="false"
beStrictAboutCoversAnnotation="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutTestsThatDoNotTestAnything="false"
beStrictAboutTodoAnnotatedTests="true"
verbose="true">
<testsuite name="default">