Skip to content

Commit

Permalink
#7822: Empty Checkout Agreement Edit Form when Single Store Mode is e…
Browse files Browse the repository at this point in the history
…nabled
  • Loading branch information
RomaKis committed Jan 4, 2018
1 parent a49f524 commit e4353ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,11 +583,11 @@ public function isLocked()
/**
* Get input html by sting value.
*
* @param string $value
* @param string|null $value
*
* @return string
*/
private function getHtmlForInputByValue(string $value)
private function getHtmlForInputByValue($value)
{
return '<input id="' . $this->getHtmlId() . '" name="' . $this->getName() . '" ' . $this->_getUiId()
. ' value="' . $value . '" ' . $this->serialize($this->getHtmlAttributes()) . '/>';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* See COPYING.txt for license details.
*/

namespace Magento\Framework\Test\Unit\Data;
namespace Magento\Framework\Test\Unit\Data\Form\Element;

use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;

Expand Down

0 comments on commit e4353ad

Please sign in to comment.