-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Until PHPUnit 6, a successful execution could be left without any assertion, while faulty situations were captured using Exceptions. Now on PHPUnit 6, successful executions are being considered risky (R), and sometimes no assertion at all is needed.
We should be able to flag that no exceptions happened during the execution of the method, which would be a much better replacement than the current alternative self::assertTrue(true);.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels