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.');