Exemplo n.º 1
0
 /**
  * Starts message redirection.
  *
  * You can verify if messages were sent or not by inspecting the messages
  * array in the returned messaging sink instance. The redirection
  * can be stopped by calling $sink->close();
  *
  * @return phpunit_message_sink
  */
 public function redirectMessages() {
     return phpunit_util::start_message_redirection();
 }