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 53323fa commit db316fdCopy full SHA for db316fd
app/code/Magento/ProductAlert/Test/Unit/Helper/DataTest.php
@@ -132,7 +132,6 @@ public function testCreateBlockWithException()
132
{
133
$invalidBlock = $this->createMock(Product::class);
134
$this->expectException(LocalizedException::class);
135
- $this->expectExceptionMessage((string)__('Invalid block type: %1')); // @codingStandardsIgnoreLine
136
137
$this->helper->createBlock($invalidBlock);
138
}
0 commit comments