1
0
Fork 0
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:
Samuel Štancl 2021-05-24 11:41:25 +02:00
parent 253f0ae796
commit 3b203d70ff

View file

@ -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']));
});