Ejemplo n.º 1
0
 /**
  * Test for the charLength method.
  *
  * @return  void
  *
  * @since   1.0
  */
 public function testCharLength()
 {
     $q = new PostgresqlQuery($this->dbo);
     $this->assertThat($q->charLength('a.title'), $this->equalTo('CHAR_LENGTH(a.title)'));
 }