Пример #1
0
 /**
  * Test for the Joomla\Database\DatabaseDriver::__call method.
  *
  * @return  void
  *
  * @since   1.0
  */
 public function test__callQuote()
 {
     $this->assertThat($this->instance->q('foo'), $this->equalTo($this->instance->quote('foo')), 'Tests the q alias of quote.');
 }