mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 18:04:03 +00:00
Update tests/Pest/FaviconTest.php
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
31fae087ff
commit
7b2fdccd69
1 changed files with 1 additions and 1 deletions
|
|
@ -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.');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue