Skip to content

Commit 0335f2b

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-54937: Investigate and if possible implement more detailed error message logging
1 parent 2a95216 commit 0335f2b

File tree

1 file changed

+3
-0
lines changed
  • lib/internal/Magento/Framework/Css/Test/Unit/PreProcessor/Adapter/Less

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/Css/Test/Unit/PreProcessor/Adapter/Less/ProcessorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ public function testProcessContentException()
9696
->with($assetMock)
9797
->willThrowException(new \Exception(self::ERROR_MESSAGE));
9898

99+
$this->loggerMock->expects(self::never())
100+
->method('critical');
101+
99102
$this->temporaryFileMock->expects(self::never())
100103
->method('createFile');
101104

0 commit comments

Comments
 (0)