Skip to content

Commit

Permalink
Renaming CliReporter to CakeCliReporter, so it name matches the other…
Browse files Browse the repository at this point in the history
… new refactored reporters.
  • Loading branch information
markstory committed Jan 10, 2010
1 parent 8a56793 commit 6721c49
Showing 1 changed file with 5 additions and 4 deletions.
@@ -1,6 +1,6 @@
<?php
/**
* Short description for file.
* Cake CLI test reporter.
*
* PHP versions 4 and 5
*
Expand Down Expand Up @@ -32,10 +32,11 @@
* Minimal command line test displayer. Writes fail details to STDERR. Returns 0
* to the shell if all tests pass, ST_FAILS_RETURN_CODE if any test fails.
*
* @package cake
* @subpackage cake.cake.tests.libs
* @package cake
* @subpackage cake.tests.libs.reporter
*/
class CLIReporter extends TextReporter {
class CakeCliReporter extends TextReporter {

var $faildetail_separator = ST_FAILDETAIL_SEPARATOR;

function CLIReporter($faildetail_separator = NULL) {
Expand Down

0 comments on commit 6721c49

Please sign in to comment.