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 () { seo()->favicon(__DIR__ . '/../stubs/logo.png'); assertFileExists(public_path('favicon.ico')); assertFileExists(public_path('favicon.png')); });