Fire an assertion that is always positive.
$message: The message to display along with the assertion.
$group: The type of assertion - examples are "Browser", "PHP".
TRUE.
protected function pass($message = NULL, $group = 'Other') {
return $this
->assert(TRUE, $message, $group);
}