Create\Email fixes

Remove not needed reaplce content count for first global replace
Move logger out of test only and log if a logger class is attached
This commit is contained in:
Clemens Schwaighofer
2022-07-01 08:57:14 +09:00
parent 0a6fdf1248
commit 7b5bddb529
2 changed files with 23 additions and 28 deletions

View File

@@ -567,12 +567,6 @@ final class CoreLibsCreateEmailTest extends TestCase
$email['body'] ?? '',
'Email check: assert body'
);
/*
[header] [From] => test@test.com
[to] => test@test.com
[subject] => SUBJECT
[body] => BODY
*/
}
}
}