diff --git a/tests/Pest/FlippTest.php b/tests/Pest/FlippTest.php index 369e710..bb5c0f9 100644 --- a/tests/Pest/FlippTest.php +++ b/tests/Pest/FlippTest.php @@ -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'])); });