Method | Description | |
---|---|---|
__construct ( SimpleInvoker $invoker ) | Stores the invoker to wrap. | |
invoke ( string $method ) | Invokes a test method and dispatches any untrapped errors. |
Method | Description | |
---|---|---|
createErrorQueue ( ) : SimpleErrorQueue | Wires up the error queue for a single test. |
public __construct ( SimpleInvoker $invoker ) | ||
$invoker | SimpleInvoker | Test method runner. |
protected createErrorQueue ( ) : SimpleErrorQueue | ||
return | SimpleErrorQueue | Queue connected to the test. |