We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c66ae6 + ad18750 commit de28b78Copy full SHA for de28b78
tests/tine20/Addressbook/Import/CsvTest.php
@@ -127,7 +127,7 @@ public function testImportUmlaut()
127
$record = $exception['exception']['clientRecord'];
128
if ($record['email'] === Tinebase_Core::getUser()->accountEmailAddress) {
129
$found = TRUE;
130
- $this->assertEquals($myContact->org_name, $record['org_name']);
+ $this->assertStringContainsString('leckerer', $record['org_name']);
131
}
132
133
0 commit comments