mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing methods that are no longer called by PHPUnit.
This commit is contained in:
parent
b2e61230ad
commit
2c037c0bab
1 changed files with 0 additions and 15 deletions
|
@ -107,21 +107,6 @@ class CakeTextReporter extends CakeBaseReporter {
|
||||||
flush();
|
flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Paints a PHP error.
|
|
||||||
*
|
|
||||||
* @param string $message Message to be shown.
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function paintError($message) {
|
|
||||||
parent::paintError($message);
|
|
||||||
echo "Exception " . $this->getExceptionCount() . "!\n$message\n";
|
|
||||||
$breadcrumb = $this->getTestList();
|
|
||||||
array_shift($breadcrumb);
|
|
||||||
echo "\tin " . implode("\n\tin ", array_reverse($breadcrumb));
|
|
||||||
echo "\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Paints a PHP exception.
|
* Paints a PHP exception.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue