1 parent e22a54b commit ef55bdbCopy full SHA for ef55bdb
2 files changed
system/Email/Email.php
@@ -182,7 +182,7 @@ class Email
182
*
183
* @see http://www.ietf.org/rfc/rfc822.txt
184
185
- * @var string
+ * @var "\r\n"|"\n"
186
*/
187
public $newline = "\r\n";
188
@@ -197,7 +197,7 @@ class Email
197
198
199
200
+ * @var "\n"|"\r\n"
201
202
public $CRLF = "\r\n";
203
tests/system/Email/EmailTest.php
@@ -33,6 +33,8 @@ final class EmailTest extends CIUnitTestCase
33
34
protected function tearDown(): void
35
{
36
+ parent::tearDown();
37
+
38
global $mockMailCalled, $mockMailArgs, $mockMailException;
39
global $mockPopenCalled, $mockPopenArgs, $mockPopenResult;
40
global $mockPcloseStatus;
0 commit comments