/**
  * Test for the charLength method.
  *
  * @return  void
  *
  * @since   11.3
  */
 public function testCharLength()
 {
     $q = new JDatabaseQueryPostgresql($this->dbo);
     $this->assertEquals('CHAR_LENGTH(a.title)', $q->charLength('a.title'));
 }