Пример #1
0
 /**
  * Tests the PostgresqlQuery::escape method.
  *
  * @return  void
  *
  * @since   1.0
  */
 public function testEscape()
 {
     $q = new PostgresqlQuery($this->dbo);
     $this->assertThat($q->escape('foo'), $this->equalTo('foo'));
 }