Class CakeBaseReporter
CakeBaseReporter contains common reporting features used in the CakePHP Test suite
- PHPUnit_TextUI_ResultPrinter
- CakeBaseReporter
Direct Subclasses
Copyright: Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
License: License (http://www.opensource.org/licenses/mit-license.php)
Location: Cake/TestSuite/Reporter/CakeBaseReporter.php
Properties summary
-
$_characterSet
protectedstring
Character set for the output of test reporting. -
$_headerSent
protectedboolean
-
$params
publicarray
Array 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