PHPUnit2
[ class tree: PHPUnit2 ] [ index: PHPUnit2 ] [ all elements ]

Class: PHPUnit2_Util_Printer

Source Location: /PHPUnit2-2.3.0/Util/Printer.php

Class Overview


Utility class that can print to STDOUT or write to a file.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2002-2005 Sebastian Bergmann <sb@sebastian-bergmann.de>

Methods


Child classes:

PHPUnit2_TextUI_ResultPrinter
Prints the result of a TextUI TestRunner run.
PHPUnit2_Util_TestDox_ResultPrinter
Base class for printers of TestDox documentation.
PHPUnit2_Util_Log_XML
A TestListener that generates an XML-based logfile of the test execution.

Inherited Variables

Inherited Methods


Class Details

[line 36]
Utility class that can print to STDOUT or write to a file.


[ Top ]


Method Detail

__construct (Constructor)   [line 49]

PHPUnit2_Util_Printer __construct( [mixed $out = NULL])

Constructor.
  • Access: public

Overridden in child classes as:

PHPUnit2_Util_TestDox_ResultPrinter::__construct()
Constructor.
PHPUnit2_Util_Log_XML::__construct()
Constructor.

Parameters:

mixed   $out   — 

[ Top ]

__destruct (Destructor)   [line 64]

void __destruct( )

Destructor.
  • Access: public

Overridden in child classes as:

PHPUnit2_Util_TestDox_ResultPrinter::__destruct()
Destructor.
PHPUnit2_Util_Log_XML::__destruct()
Destructor.

[ Top ]

write   [line 74]

void write( string $buffer)

  • Access: public

Parameters:

string   $buffer   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:12:37 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.