Skip to content

Commit

Permalink
Tests: e107EmailTest::testMsgHTML(): Enforce SMTP-style line endings
Browse files Browse the repository at this point in the history
On older PHP versions, the line ending seems to be indeterminate?

Changing the test mailer from "mail" to "smtp" should enforce CRLF
line endings instead of maybe CRLF, maybe LF.
  • Loading branch information
Deltik committed Dec 29, 2022
1 parent 43792c4 commit eba3a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_tests/tests/unit/e107EmailTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function _before()


$this->eml->__construct();

$this->eml->Mailer = "smtp";
}

/*
Expand Down

0 comments on commit eba3a9a

Please sign in to comment.