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.
2 parents 64d0b90 + 9a1e0e7 commit 4be2cecCopy full SHA for 4be2cec
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentAddTrackTest.php
@@ -115,7 +115,7 @@ public function testShipmentTrackWithFailedOrderId()
115
$exceptionMessage = $errorObj['message'];
116
}
117
118
- $this->assertContains(
+ $this->assertStringContainsString(
119
$exceptionMessage,
120
'Could not save the shipment tracking.',
121
'SoapFault or CouldNotSaveException does not contain exception message.'
0 commit comments