diff --git a/tests/Features/Fixture.php b/tests/Features/Fixture.php index 49b4c76a..1ac538b8 100644 --- a/tests/Features/Fixture.php +++ b/tests/Features/Fixture.php @@ -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);