mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
chore: adjusts style
This commit is contained in:
@ -9,3 +9,4 @@ it('may return a file path', function () {
|
||||
|
||||
it('may throw an exception if the file does not exist', function () {
|
||||
fixture('file-that-does-not-exist.php');
|
||||
})->throws(InvalidArgumentException::class);
|
||||
|
||||
Reference in New Issue
Block a user