Example #1
0
 /**
  * Extended for curl-specific message
  *
  */
 protected function _setMessages()
 {
     parent::_setMessages();
     $this->setMessageForResult(self::RESULT_NOTRUN, 'en', "CURL support is not enabled in your PHP install");
 }
Example #2
0
 /**
  * Set the messages specific to this test
  *
  * @access	public
  * @return	null
  */
 protected function _setMessages()
 {
     parent::_setMessages();
     $this->setMessageForResult(self::RESULT_NOTRUN, 'en', "You don't seem to be using the CGI SAPI");
 }