Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 28, 2024
1 parent a670d90 commit 776c9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Serializer/RequestSerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ public function testSerializeRetrievingSmsReplyRequestWithStartAndEndDate(): voi
$arg->setStartDate(new DateTime("2017-09-14 12:00:00"));
$obj->serialize($arg);
} catch (Throwable $ex) {

$this->assertInstanceOf(InvalidArgumentException::class, $ex);
$this->assertEquals('The optional parameter "endDate" is required when "startDate" is provided', $ex->getMessage());
}
Expand Down

0 comments on commit 776c9d7

Please sign in to comment.