mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 07:26:05 +00:00
Merge branch 'hotfix/5.7.12'
This commit is contained in:
@@ -185,7 +185,7 @@ class AclTest extends \tests\integration\Core\BaseTestCase
|
||||
|
||||
$this->assertTrue(!property_exists($resultData, 'type') || $resultData->type !== 'admin');
|
||||
$this->assertTrue(
|
||||
!property_exists($resultData, 'teamsIds') || !is_array($resultData->teamsIds) || !in_array('id', $$resultData->teamsIds)
|
||||
!property_exists($resultData, 'teamsIds') || !is_array($resultData->teamsIds) || !in_array('id', $resultData->teamsIds)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user