mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
One more Blade Flipp test
This commit is contained in:
parent
253f0ae796
commit
3b203d70ff
1 changed files with 1 additions and 0 deletions
|
|
@ -49,4 +49,5 @@ test('the blade directive can be used with flipp', function () {
|
|||
seo()->title('foo')->description('bar');
|
||||
|
||||
expect(blade("@seo('flipp', 'blog')"))->toBe(seo()->flipp('blog'));
|
||||
expect(blade("@seo('flipp', 'blog', ['title' => 'abc'])"))->toBe(seo()->flipp('blog', ['title' => 'abc']));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue