Merge branch 'hotfix/5.7.12'

This commit is contained in:
Yuri Kuznetsov
2020-01-17 13:16:48 +02:00

View File

@@ -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)
);
}