PHPUnit_Framework_ExpectationFailedException::getCustomMessage PHP Method

getCustomMessage() public method

public getCustomMessage ( ) : string
return string
    public function getCustomMessage()
    {
        return $this->customMessage;
    }