mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Renames method to throwsNoExceptions.
This commit is contained in:
@ -8,4 +8,4 @@ it('allows access to the underlying expectNotToPerformAssertions method', functi
|
||||
|
||||
it('allows performing no expectations without being risky', function () {
|
||||
$result = 1 + 1;
|
||||
})->hasNoExpectations();
|
||||
})->throwsNoExceptions();
|
||||
Reference in New Issue
Block a user