Class CakeBaseReporter
CakeBaseReporter contains common reporting features used in the CakePHP Test suite
- PHPUnit_TextUI_ResultPrinter
- 
			 CakeBaseReporter 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() publicDoes nothing yet. The first output will be sent on the first test start. 
- 
			addError() publicAn error occurred.
- 
			addFailure() publicA failure occurred.
- 
			addIncompleteTest() publicIncomplete test.
- 
			addSkippedTest() publicSkipped test.
- 
			baseUrl() publicGet the baseUrl if one is available.
- 
			endTest() publicA test ended.
- 
			endTestSuite() publicA test suite ended.
- 
			paintDocumentEnd() publicPaints the end of the response from the test suite. Used to paint things like 
