Skip to content

Commit e22a54b

Browse files
committed
test: Add additional tests for Email class
1 parent b635434 commit e22a54b

3 files changed

Lines changed: 1382 additions & 3 deletions

File tree

.github/scripts/random-tests-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Cookie
2020
# DataConverter
2121
# Database
2222
# Debug
23-
# Email
23+
Email
2424
# Encryption
2525
# Entity
2626
Events

system/Email/Email.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class Email
182182
*
183183
* @see http://www.ietf.org/rfc/rfc822.txt
184184
*
185-
* @var "\r\n"|"n"
185+
* @var string
186186
*/
187187
public $newline = "\r\n";
188188

@@ -197,7 +197,7 @@ class Email
197197
*
198198
* @see http://www.ietf.org/rfc/rfc822.txt
199199
*
200-
* @var "\n"|"\r\n"
200+
* @var string
201201
*/
202202
public $CRLF = "\r\n";
203203

0 commit comments

Comments
 (0)