mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Style
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
it('gives access the the underlying expectException', function () {
|
||||
$this->expectException(InvalidArgumentException::class);
|
||||
|
||||
throw new InvalidArgumentException();
|
||||
throw new InvalidArgumentException;
|
||||
});
|
||||
|
||||
it('catch exceptions', function () {
|
||||
|
||||
Reference in New Issue
Block a user