We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af093f8 commit 90de98bCopy full SHA for 90de98b
1 file changed
tests/Helper/MWTimestampHelperTest.php
@@ -19,7 +19,6 @@ public function testGetCarbonFromMWTimestamp() {
19
20
public function testGetCarbonFromMWTimestampWithInvalidTimestamp() {
21
$this->expectException(InvalidFormatException::class);
22
- $this->expectExceptionMessage('Unable to create Carbon object: invalid MW timestamp format');
23
24
$invalidMwTimestamp = 'invalid_timestamp';
25
MWTimestampHelper::getCarbonFromMWTimestamp($invalidMwTimestamp);
0 commit comments