andReturnValues() public méthode

Set a sequential queue of return values with an array
public andReturnValues ( array $values ) : self
$values array
Résultat self
 /**
  * @return $this
  */
 public function andReturnValues(array $values)
 {
     $this->expectation->andReturnValues($values);
     return $this;
 }