/invoker.phpBase include file for SimpleTest
| Class | Description |
|---|---|
SimpleInvoker
|
This is called by the class runner to run a single test method. Will also run the setUp() and tearDown() methods. |
SimpleInvokerDecorator
|
Do nothing decorator. Just passes the invocation straight through. |
require_once
(dirname(__FILE__).'/compatibility.php')
(line 14)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/errors.php')
(line 13)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/scorer.php')
(line 15)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/expectation.php')
(line 16)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/dumper.php')
(line 17)
Includes SimpleTest files and defined the root constant for dependent libraries.
SIMPLE_TEST = dirname(__FILE__).'/'
(line 19)
Includes SimpleTest files and defined the root constant for dependent libraries.
Documentation generated on Sun, 04 May 2008 09:21:42 -0500 by phpDocumentor 1.3.0