|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| SimpleErrorTrappingInvoker (&$invoker) | |
| invoke ($method) | |
| & | _createErrorQueue () |
Definition at line 29 of file errors.php.
| & _createErrorQueue | ( | ) |
Wires up the error queue for a single test.
Definition at line 70 of file errors.php.


| invoke | ( | $ | method | ) |
Invokes a test method and dispatches any untrapped errors. Called back from the visiting runner.
| string | $method | Test method to call. public |
Reimplemented from SimpleInvokerDecorator.
Definition at line 46 of file errors.php.

| SimpleErrorTrappingInvoker | ( | &$ | invoker | ) |
Stores the invoker to wrap.
| SimpleInvoker | $invoker | Test method runner. |
Definition at line 35 of file errors.php.
