mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Directive support for Flipp
This commit is contained in:
parent
2dc7b7048e
commit
6b575dec29
2 changed files with 18 additions and 0 deletions
|
|
@ -42,3 +42,11 @@ test('flipp images are used as the cover images', function () {
|
|||
expect(seo()->flipp('blog'))
|
||||
->toBe(seo('image'));
|
||||
});
|
||||
|
||||
test('the blade directive can be used with flipp', function () {
|
||||
seo()->flipp('blog', 'abc');
|
||||
|
||||
seo()->title('foo')->description('bar');
|
||||
|
||||
expect(blade("@seo('flipp', 'blog')"))->toBe(seo()->flipp('blog'));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue