PHP Class EclipseInvoker, simpletest

Inheritance: extends SimpleInvokerDecorator
Exibir arquivo Open project: simpletest/simpletest

Public Methods

Method Description
__construct ( &$invoker, &$listener )
after ( string $method ) Stops output buffering and send the captured output to the listener.
before ( string $method ) Starts output buffering.

Method Details

__construct() public method

public __construct ( &$invoker, &$listener )

after() public method

Stops output buffering and send the captured output to the listener.
public after ( string $method )
$method string Test method to call.

before() public method

Starts output buffering.
public before ( string $method )
$method string Test method to call.