mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Force (string) during test.
This commit is contained in:
parent
3d217bc49b
commit
0dee13a7c2
@ -279,7 +279,7 @@
|
||||
}
|
||||
|
||||
$parm = $field.'.icon.1';
|
||||
$result = $tp->parseTemplate('{USER_EXTENDED='.$parm.'}', true); // retrieve value for $field of user_id: 1.
|
||||
$result = (string) $tp->parseTemplate('{USER_EXTENDED='.$parm.'}', true); // retrieve value for $field of user_id: 1.
|
||||
$this->assertStringContainsString($legacyExpectedIcons[$field], $result);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user