mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02: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