PHPUnit_Framework_Test $test:
string $prefix:
string $directive:
protected function writeNotOk(PHPUnit_Framework_Test $test, $prefix = '', $directive = '') {
$this
->write(sprintf("not ok %d - %s%s%s\n", $this->testNumber, $prefix != '' ? $prefix . ': ' : '', PHPUnit_Util_Test::describe($test), $directive != '' ? ' # ' . $directive : ''));
$this->testSuccessful = FALSE;
}