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

className() public method

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