Update test strings after #3148
This commit is contained in:
parent
71d87be28f
commit
cd219181e9
|
|
@ -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',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue