Update test strings after #3148

This commit is contained in:
Marcus Bointon 2025-03-23 21:37:57 +01:00
parent 71d87be28f
commit cd219181e9
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ final class SetErrorTest extends TestCase
'smtp_code' => '', 'smtp_code' => '',
'smtp_code_ex' => '', 'smtp_code_ex' => '',
], ],
'expected' => 'Cannot set or reset variable: nonexistentpropertySMTP server error: Fake error', 'expected' => 'Cannot set or reset variable: nonexistentproperty SMTP server error: Fake error',
], ],
'SMTP error, full details' => [ 'SMTP error, full details' => [
'mockReturn' => [ 'mockReturn' => [
@ -120,7 +120,7 @@ final class SetErrorTest extends TestCase
'smtp_code' => 'Fake code', 'smtp_code' => 'Fake code',
'smtp_code_ex' => 'Fake code ex', 'smtp_code_ex' => 'Fake code ex',
], ],
'expected' => 'Cannot set or reset variable: nonexistentpropertySMTP server error: ' 'expected' => 'Cannot set or reset variable: nonexistentproperty SMTP server error: '
. 'Fake error Detail: Fake detail SMTP code: Fake code Additional SMTP info: Fake code ex', . 'Fake error Detail: Fake detail SMTP code: Fake code Additional SMTP info: Fake code ex',
], ],
]; ];