dump() public méthode

Sends a formatted dump of a variable to the test suite for those emergency debugging situations.
public dump ( mixed $variable, string $message = false ) : mixed
$variable mixed Variable to display.
$message string Message to display. *
Résultat mixed The original variable.
 public function doLog($message, $severity)
 {
     $this->test->dump(NULL, $message);
 }