mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
do not translate error message in test case
This commit is contained in:
parent
75b5a323e4
commit
bebb8ec416
1 changed files with 1 additions and 1 deletions
|
@ -1973,7 +1973,7 @@ HTML;
|
|||
$lines = explode("\r\n", $message);
|
||||
foreach ($lines as $line) {
|
||||
$this->assertTrue(strlen($line) <= CakeEmail::LINE_LENGTH_MUST,
|
||||
__d('cake_dev', 'Line length exceeds the max. limit of %s', 'CakeEmail::LINE_LENGTH_MUST'));
|
||||
'Line length exceeds the max. limit of CakeEmail::LINE_LENGTH_MUST');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue