TextExpectation::getSubstring PHP Method

getSubstring() protected method

Accessor for the substring.
protected getSubstring ( ) : string
return string Text to match.
    protected function getSubstring()
    {
        return $this->substring;
    }