PatternExpectation::getPattern PHP Method

getPattern() protected method

Accessor for the pattern.
protected getPattern ( ) : string
return string Perl regex as string.
    protected function getPattern()
    {
        return $this->pattern;
    }