File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
lib/internal/Magento/Framework/App/Test/Unit/Response/Http Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,13 @@ public function testCreateStringContent()
199
199
$ this ->responseMock ->expects ($ this ->once ())
200
200
->method ('setHttpResponseCode ' )
201
201
->with (200 )
202
- ->will ($ this ->returnSelf ());;
202
+ ->will ($ this ->returnSelf ());
203
203
$ this ->responseMock ->expects ($ this ->once ())
204
204
->method ('sendHeaders ' )
205
205
->will ($ this ->returnSelf ());
206
206
$ this ->dirMock ->expects ($ this ->once ())
207
207
->method ('writeFile ' )
208
208
->with ('fileName ' , 'content ' , 'w+ ' );
209
-
210
209
$ streamMock = $ this ->getMockBuilder ('Magento\Framework\Filesystem\File\WriteInterface ' )
211
210
->disableOriginalConstructor ()->getMock ();
212
211
$ this ->dirMock ->expects ($ this ->once ())
You can’t perform that action at this time.
0 commit comments