Ejemplo n.º 1
0
 /**
  * Set the 5th parameter in mail() as a sprintf() formatted string. Only used if safe_mode is off.
  * @param string
  */
 public function setAdditionalMailParams($params)
 {
     $this->pluginParams = $params;
     if ($this->plugin !== null) {
         $this->plugin->setAdditionalParams($params);
     }
 }
 /**
  * Ctor.
  * @param UnitTestCase The instance of the test being executed.
  */
 public function __construct($test)
 {
     parent::__construct();
     $this->testcase = $test;
 }