Skip to content

Commit

Permalink
Update LinkTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ddonnini committed Mar 22, 2016
1 parent a551025 commit 6d6cb82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function testToHtml()
)->with(
'Magento_Checkout'
)->will(
$this->returnValue(true)
$this->returnValue(false)
);
$this->assertSame('', $block->toHtml());
}
Expand Down

0 comments on commit 6d6cb82

Please sign in to comment.