Example #1
0
 /**
  * Sends a message to the reporter to show message
  */
 protected function showUsage()
 {
     $this->_reporter->setMessage($this->_runner->getUsage());
 }