andReturn() public méthode

Set a return value, or sequential queue of return values
public andReturn ( ) : self
Résultat self
 public function test_push_with_custom_base_uri()
 {
     $this->getConfigMethod->andReturn('http://example.com');
     $this->performPush();
 }