We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854d69a commit 3d1a0bfCopy full SHA for 3d1a0bf
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