PHPUnit_Framework_ExpectationFailedException::setCustomMessage PHP Method

setCustomMessage() public method

public setCustomMessage ( string $customMessage )
$customMessage string
    public function setCustomMessage($customMessage)
    {
        $this->customMessage = $customMessage;
    }