andReturnValues() public method

Set a sequential queue of return values with an array
public andReturnValues ( array $values ) : self
$values array
return self
コード例 #1
0
 /**
  * @return $this
  */
 public function andReturnValues(array $values)
 {
     $this->expectation->andReturnValues($values);
     return $this;
 }