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

Commit

Permalink
Merge branch 'hotfix/cs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 23, 2015
2 parents b12b43c + 59ec578 commit fbd1356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Helper/HeadLinkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public function testSizesAttributeIsSupported()
$this->helper->appendStylesheet(['rel' => 'icon', 'href' => '/bar/baz', 'sizes' => '123x456']);
$this->assertContains('sizes="123x456"', $this->helper->toString());
}

public function testItempropAttributeIsSupported()
{
$this->helper->prependAlternate(['itemprop' => 'url', 'href' => '/bar/baz', 'rel' => 'canonical']);
Expand Down

0 comments on commit fbd1356

Please sign in to comment.