We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a95216 commit 0335f2bCopy full SHA for 0335f2b
lib/internal/Magento/Framework/Css/Test/Unit/PreProcessor/Adapter/Less/ProcessorTest.php
@@ -96,6 +96,9 @@ public function testProcessContentException()
96
->with($assetMock)
97
->willThrowException(new \Exception(self::ERROR_MESSAGE));
98
99
+ $this->loggerMock->expects(self::never())
100
+ ->method('critical');
101
+
102
$this->temporaryFileMock->expects(self::never())
103
->method('createFile');
104
0 commit comments