/**
  * Tests the exec property in JDatabaseQuery::__toString method.
  *
  * @return  void
  *
  * @since   12.3
  */
 public function testExec__toString()
 {
     $this->assertEquals('EXEC a.*', trim($this->_instance->exec('a.*')));
 }