Skip to content

Commit 90de98b

Browse files
committed
remove unnecessarry test method
1 parent af093f8 commit 90de98b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/Helper/MWTimestampHelperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public function testGetCarbonFromMWTimestamp() {
1919

2020
public function testGetCarbonFromMWTimestampWithInvalidTimestamp() {
2121
$this->expectException(InvalidFormatException::class);
22-
$this->expectExceptionMessage('Unable to create Carbon object: invalid MW timestamp format');
2322

2423
$invalidMwTimestamp = 'invalid_timestamp';
2524
MWTimestampHelper::getCarbonFromMWTimestamp($invalidMwTimestamp);

0 commit comments

Comments
 (0)