expectNotToPerformAssertions(); $result = 1 + 1; }); it('allows performing no expectations without being risky', function () { $result = 1 + 1; })->throwsNoExceptions();