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 32c73ce commit 4098a38Copy full SHA for 4098a38
dev/tests/integration/testsuite/Magento/Quote/Model/MaskedQuoteIdToQuoteIdTest.php
@@ -39,7 +39,7 @@ public function testMaskedIdToQuoteId()
39
40
public function testMaskedQuoteIdToQuoteIdForNonExistentQuote()
41
{
42
- self::expectException('Magento\Framework\Exception\NoSuchEntityException');
+ self::expectException(\Magento\Framework\Exception\NoSuchEntityException::class);
43
44
$this->maskedQuoteIdToQuoteId->execute('test');
45
}
0 commit comments