File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/unit/testsuite/Magento/Framework/Image/Adapter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ protected function setUp()
57
57
58
58
$ this ->_model = $ this ->getMockForAbstractClass (
59
59
'Magento\Framework\Image\Adapter\AbstractAdapter ' ,
60
- [$ this ->filesystemMock ,$ this ->loggerMock ]
60
+ [$ this ->filesystemMock , $ this ->loggerMock ]
61
61
);
62
62
}
63
63
Original file line number Diff line number Diff line change @@ -87,6 +87,6 @@ public function testSaveWithException()
87
87
$ exception = new FilesystemException ();
88
88
$ this ->writeMock ->method ('create ' )->will ($ this ->throwException ($ exception ));
89
89
$ this ->loggerMock ->expects ($ this ->once ())->method ('critical ' )->with ($ exception );
90
- $ this ->imageMagic ->save ('product/cache ' ,'sample.jpg ' );
90
+ $ this ->imageMagic ->save ('product/cache ' , 'sample.jpg ' );
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments