kahlan\Allow::andReturn PHP Метод

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

Set return values.
public andReturn ( )
    public function andReturn()
    {
        throw new Exception("You must to call `toReceive()/toBeCalled()` before defining a return value.");
    }