/**
  * Tests rendering coupled with the JDatabaseQuery::setQuery method.
  *
  * @return  void
  *
  * @since   12.3
  */
 public function testSetQuery__toString()
 {
     $this->assertEquals('Some SQL', trim($this->_instance->setQuery('Some SQL')));
 }