mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Renaming CliReporter to CakeCliReporter, so it name matches the other new refactored reporters.
This commit is contained in:
parent
8a56793368
commit
6721c4926d
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* Short description for file.
|
||||
* Cake CLI test reporter.
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
|
@ -33,9 +33,10 @@
|
|||
* to the shell if all tests pass, ST_FAILS_RETURN_CODE if any test fails.
|
||||
*
|
||||
* @package cake
|
||||
* @subpackage cake.cake.tests.libs
|
||||
* @subpackage cake.tests.libs.reporter
|
||||
*/
|
||||
class CLIReporter extends TextReporter {
|
||||
class CakeCliReporter extends TextReporter {
|
||||
|
||||
var $faildetail_separator = ST_FAILDETAIL_SEPARATOR;
|
||||
|
||||
function CLIReporter($faildetail_separator = NULL) {
|
Loading…
Add table
Reference in a new issue