Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 67c6ed9

Browse files
committed
Merge branch 'hotfix/cs'
2 parents d2a0424 + 59ec578 commit 67c6ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Helper/HeadLinkTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public function testSizesAttributeIsSupported()
445445
$this->helper->appendStylesheet(['rel' => 'icon', 'href' => '/bar/baz', 'sizes' => '123x456']);
446446
$this->assertContains('sizes="123x456"', $this->helper->toString());
447447
}
448-
448+
449449
public function testItempropAttributeIsSupported()
450450
{
451451
$this->helper->prependAlternate(['itemprop' => 'url', 'href' => '/bar/baz', 'rel' => 'canonical']);

0 commit comments

Comments
 (0)