startTest(PHPUnit_Framework_Test $test) Parameters PHPUnit_Framework_Test $test
table(array $headers, array $rows) Formats a table. Parameters array $headers array $rows
title(string $message) Formats a command title. Parameters string $message
success(string|array $message) Formats a success result bar. Parameters string|array $message
section(string $message) Formats a section title. Parameters string $message
text(string|array $message) Formats informational text. Parameters string|array $message
warning(string|array $message) Formats an warning result bar. Parameters string|array $message
note(string|array $message) Formats a note admonition. Parameters string|array $message
progressStart(int $max) Starts the progress output. Parameters int $max Maximum steps (0 if unknown)
progressAdvance(int $step = 1) Advances the progress output X steps. Parameters int $step Number of steps to advance
Page 83 of 787