Class CakeBaseReporter
CakeBaseReporter contains common reporting features used in the CakePHP Test suite
- PHPUnit_TextUI_ResultPrinter
 - 
			
CakeBaseReporter			
			
			
		 
Direct Subclasses
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/TestSuite/Reporter/CakeBaseReporter.php
Properties summary
- 
			
$_characterSetprotectedstringCharacter set for the output of test reporting. - 
			
$_headerSentprotectedbooleanHeaders sent - 
			
$paramspublicarrayArray of request parameters. Usually parsed GET params. 
Method Summary
- 
			
__construct() public
Does nothing yet. The first output will be sent on the first test start.
 - 
			
addError() public
An error occurred. - 
			
addFailure() public
A failure occurred. - 
			
addIncompleteTest() public
Incomplete test. - 
			
addSkippedTest() public
Skipped test. - 
			
baseUrl() public
Get the baseUrl if one is available. - 
			
endTest() public
A test ended. - 
			
endTestSuite() public
A test suite ended. - 
			
paintDocumentEnd() public
Paints the end of the response from the test suite. Used to paint things like