[line 78]
[line 84]
[line 46]
[line 52]
[line 64]
[line 58]
[line 70]
void addError( PHPUnit2_Framework_Test $test, Exception $e)
The passed in exception caused the error.
void addFailure( PHPUnit2_Framework_Test $test, PHPUnit2_Framework_AssertionFailedError $e)
The passed in exception caused the failure.
void addListener( PHPUnit2_Framework_TestListener $listener)
boolean allCompletlyImplemented( )
void collectCodeCoverageInformation( boolean $flag)
void endTest( PHPUnit2_Framework_Test $test)
void endTestSuite( PHPUnit2_Framework_TestSuite $suite)
integer errorCount( )
array errors( )
integer failureCount( )
array failures( )
array getCodeCoverageInformation( )
Format of the result array:
array( "testCase" => array( "/tested/code.php" => array( linenumber => numberOfExecutions ) ) )
array notImplemented( )
integer notImplementedCount( )
void removeListener( PHPUnit2_Framework_TestListener $listener)
void run( PHPUnit2_Framework_Test $test)
integer runCount( )
boolean shouldStop( )
void startTest( PHPUnit2_Framework_Test $test)
void startTestSuite( PHPUnit2_Framework_TestSuite $suite)
void stop( )
boolean wasSuccessful( )