Inheritance: implements eZ\Publish\Core\Persistence\Database\Expression
 public function testLOr()
 {
     $expression = new DoctrineExpression($this->connection);
     $this->assertEquals('( 1 AND 1 )', $expression->lAnd('1', '1'));
 }