Example #1
0
 /**
  * Execute the experiment and return a result.
  *
  * @return \Scientist\Report
  */
 public function result()
 {
     $this->params = func_get_args();
     return $this->laboratory->getResult($this);
 }