[line 14]
Defines context for running tests. Specific context - such as
instance variables, global variables, global state - is defined by creating a subclass that specializes the setUp() and tearDown() methods. A specific test is defined by a subclass that specializes the runTest() method.
PHP framework for testing, based on the version from the design of "JUnit".