From 7fc69033f895aeae3aa2fda1bcf8233388def7ef Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 27 Jun 2025 02:15:36 +0100 Subject: [PATCH] chore: adjusts style --- tests/Features/Fixture.php | 1 + 1 file changed, 1 insertion(+) 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);