protected function assertAclCall($qb)
 {
     $this->securityProvider->expects($this->once())->method('applyAcl')->with($qb, 'tt');
 }