Beispiel #1
0
 /**
  * Tests the call property in  method.
  *
  * @return  void
  *
  * @covers  \Joomla\Database\DatabaseQuery::__toString
  * @since   1.0
  */
 public function testCall__toString()
 {
     $this->assertEquals('CALL foo', trim($this->instance->call('foo')), 'Checks method by rendering.');
 }