Closed fernando-rivas-smtp closed 2 years ago
Please add this assertion in the test
MSH_formed_without_any_arguments_should_have_mandatory_fields_set_automatically
after line 20 (i.e. after the line containingself::assertNotEmpty($msh->getDateTimeOfMessage())
):self::assertMatchesRegularExpression('/\d{14}/', $msh->getDateTimeOfMessage());
done!
Please add this assertion in the test
MSH_formed_without_any_arguments_should_have_mandatory_fields_set_automatically
after line 20 (i.e. after the line containingself::assertNotEmpty($msh->getDateTimeOfMessage())
):