Ejemplo n.º 1
0
 public function testIsMemberOfExpr()
 {
     $this->assertEquals(':groupId MEMBER OF u.groups', (string) $this->_expr->isMemberOf(':groupId', 'u.groups'));
 }