Eloquent\Phony\Mock\Method\WrappedMagicMethod::mock PHP Method

mock() public method

Get the mock.
public mock ( ) : Mock | null
return Mock | null The mock.
    public function mock()
    {
        return $this->mock;
    }