public function testQuoteIdentifierArr()
 {
     $this->assertSame(array('*', '`foo`.`bar`', 'foo.bar'), $this->connection->quoteIdentifierArr(array('*', 'foo.bar', new Expression('foo.bar'))));
 }