File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/Test/Unit/Block/Address Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ protected function setUp()
81
81
public function testGetChildHtml ()
82
82
{
83
83
$ customerId = 1 ;
84
-
84
+ $ outputString = ' OutputString ' ;
85
85
/** @var \Magento\Framework\View\Element\BlockInterface|\PHPUnit_Framework_MockObject_MockObject $block */
86
86
$ block = $ this ->getMockBuilder (\Magento \Framework \View \Element \BlockInterface::class)
87
87
->setMethods (['setCollection ' ])
@@ -113,7 +113,7 @@ public function testGetChildHtml()
113
113
$ block ->expects ($ this ->atLeastOnce ())->method ('setCollection ' )->with ($ addressCollection )->willReturnSelf ();
114
114
$ this ->gridBlock ->setNameInLayout ('NameInLayout ' );
115
115
$ this ->gridBlock ->setLayout ($ layout );
116
- $ this ->assertEquals (' OutputString ' , $ this ->gridBlock ->getChildHtml ('pager ' ));
116
+ $ this ->assertEquals ($ outputString , $ this ->gridBlock ->getChildHtml ('pager ' ));
117
117
}
118
118
119
119
/**
You can’t perform that action at this time.
0 commit comments