Esempio n. 1
0
 /**
  * @desc Setting up the mock response in the ShortifyPunit Return Values array
  *
  * @param $args
  * @param $action
  * @param $returns
  */
 public function setMethod($args, $action, $returns)
 {
     ShortifyPunit::setWhenMockResponse($this->className, $this->instanceId, $this->method, $args, $action, $returns);
 }