forked from extern/egroupware
Replace the lost boolean cast
This commit is contained in:
parent
feec899337
commit
cd49f6568d
@ -170,7 +170,7 @@ class SecurityTest extends TestCase {
|
||||
{
|
||||
$r=@php_safe_unserialize($str);
|
||||
|
||||
$this->assertSame($result, $r, 'Save unserialize failed');
|
||||
$this->assertSame($result, (bool)$r, 'Save unserialize failed');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user