mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Twitter user -> Twitter site
This commit is contained in:
parent
fdd7064a00
commit
5732fc8a57
5 changed files with 7 additions and 7 deletions
|
|
@ -25,7 +25,7 @@ test('the twitter extension can be disabled by calling twitter with false', func
|
|||
test('when an extension is enabled, all of its keys are included in the resolved values', function () {
|
||||
expect(seo()->twitter()->all())
|
||||
->not()->toBeEmpty()
|
||||
->toHaveKeys(['twitter.title', 'twitter.description', 'twitter.user', 'twitter.image']);
|
||||
->toHaveKeys(['twitter.title', 'twitter.description', 'twitter.site', 'twitter.image']);
|
||||
});
|
||||
|
||||
test('extension keys can be set by prefixing the call with the extension name and using camelcase', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue