/**
  * Tests the call property in  method.
  *
  * @return  void
  *
  * @since   12.3
  */
 public function testCall__toString()
 {
     $this->assertEquals('CALL foo', trim($this->_instance->call('foo')), 'Checks method by rendering.');
 }