Eloquent\Phony\Mock\Exception\UndefinedMethodStubException::name PHP Method

name() public method

Get the method name.
public name ( ) : string
return string The method name.
    public function name()
    {
        return $this->name;
    }
UndefinedMethodStubException