mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Update ManagerTest.php
This commit is contained in:
parent
85e5acb064
commit
0b2ff24cac
1 changed files with 2 additions and 2 deletions
|
|
@ -124,8 +124,8 @@ test('canonical url accepts origin', function () {
|
||||||
seo()->withUrl('https://foo.com');
|
seo()->withUrl('https://foo.com');
|
||||||
|
|
||||||
expect(meta())
|
expect(meta())
|
||||||
->toContain('<meta property="og:url" content="https://foo.com/testing/5" />')
|
->toContain('<meta property="og:url" content="https://foo.com/testing/5">')
|
||||||
->toContain('<link rel="canonical" href="https://foo.com/testing/5" />');
|
->toContain('<link rel="canonical" href="https://foo.com/testing/5">');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('canonical url can be changed', function () {
|
test('canonical url can be changed', function () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue