andReturn() public method

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