From 7b2fdccd69dfea01e5675784b5c5c61c54f9dc9f Mon Sep 17 00:00:00 2001 From: Lars Klopstra Date: Fri, 12 Nov 2021 15:30:43 +0100 Subject: [PATCH] Update tests/Pest/FaviconTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- tests/Pest/FaviconTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pest/FaviconTest.php b/tests/Pest/FaviconTest.php index 3a1d914..3f73ead 100644 --- a/tests/Pest/FaviconTest.php +++ b/tests/Pest/FaviconTest.php @@ -2,7 +2,7 @@ use function PHPUnit\Framework\assertFileExists; -test('it should throw an exception if the given source icon doesn\'t exist', function() { +test("it should throw an exception if the given source icon doesn't exist", function () { seo()->favicon('i-dont-exist.png'); })->throws(Exception::class, 'Given icon path `i-dont-exist.png` does not exist.');