From 72d148a0722e3231ad9b401da55ba225f9ec4fd1 Mon Sep 17 00:00:00 2001 From: Lars Klopstra Date: Fri, 12 Nov 2021 15:30:50 +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 3f73ead..50d47cc 100644 --- a/tests/Pest/FaviconTest.php +++ b/tests/Pest/FaviconTest.php @@ -6,7 +6,7 @@ test("it should throw an exception if the given source icon doesn't exist", func seo()->favicon('i-dont-exist.png'); })->throws(Exception::class, 'Given icon path `i-dont-exist.png` does not exist.'); -test('it should generate two favicons', function() { +test('it should generate two favicons', function () { seo()->favicon(__DIR__ . '/../stubs/logo.png'); assertFileExists(public_path('favicon.ico'));