andReturn() публичный Метод

Set a return value, or sequential queue of return values
public andReturn ( ) : self
Результат self
Пример #1
0
 public function test_push_with_custom_base_uri()
 {
     $this->getConfigMethod->andReturn('http://example.com');
     $this->performPush();
 }