Example #1
0
 /**
  * @param stdClass $notification
  * @since Method available since Release 2.11.0
  */
 protected function notifyGrowlOfResults(stdClass $notification)
 {
     $growl = new Net_Growl(new Net_Growl_Application('Stagehand_TestRunner', array('Green', 'Red'), $this->config->growlPassword));
     $growl->notify($notification->name, 'Test Results by Stagehand_TestRunner', $notification->description);
 }