|
|
@@ -141,9 +141,9 @@ class CakeBaseReporter extends PHPUnit_TextUI_ResultPrinter {
|
|
|
/**
|
|
|
* An error occurred.
|
|
|
*
|
|
|
- * @param PHPUnit_Framework_Test $test The test to add an error for.
|
|
|
- * @param Exception $e The exception object to add.
|
|
|
- * @param float $time The current time.
|
|
|
+ * @param PHPUnit_Framework_Test $test The test to add an error for.
|
|
|
+ * @param Exception $e The exception object to add.
|
|
|
+ * @param float $time The current time.
|
|
|
* @return void
|
|
|
*/
|
|
|
public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) {
|
|
|
@@ -153,9 +153,9 @@ class CakeBaseReporter extends PHPUnit_TextUI_ResultPrinter {
|
|
|
/**
|
|
|
* A failure occurred.
|
|
|
*
|
|
|
- * @param PHPUnit_Framework_Test $test The test that failed
|
|
|
- * @param PHPUnit_Framework_AssertionFailedError $e The assertion that failed.
|
|
|
- * @param float $time The current time.
|
|
|
+ * @param PHPUnit_Framework_Test $test The test that failed
|
|
|
+ * @param PHPUnit_Framework_AssertionFailedError $e The assertion that failed.
|
|
|
+ * @param float $time The current time.
|
|
|
* @return void
|
|
|
*/
|
|
|
public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time) {
|
|
|
@@ -165,9 +165,9 @@ class CakeBaseReporter extends PHPUnit_TextUI_ResultPrinter {
|
|
|
/**
|
|
|
* Incomplete test.
|
|
|
*
|
|
|
- * @param PHPUnit_Framework_Test $test The test that was incomplete.
|
|
|
- * @param Exception $e The incomplete exception
|
|
|
- * @param float $time The current time.
|
|
|
+ * @param PHPUnit_Framework_Test $test The test that was incomplete.
|
|
|
+ * @param Exception $e The incomplete exception
|
|
|
+ * @param float $time The current time.
|
|
|
* @return void
|
|
|
*/
|
|
|
public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time) {
|
|
|
@@ -177,9 +177,9 @@ class CakeBaseReporter extends PHPUnit_TextUI_ResultPrinter {
|
|
|
/**
|
|
|
* Skipped test.
|
|
|
*
|
|
|
- * @param PHPUnit_Framework_Test $test The test that failed.
|
|
|
- * @param Exception $e The skip object.
|
|
|
- * @param float $time The current time.
|
|
|
+ * @param PHPUnit_Framework_Test $test The test that failed.
|
|
|
+ * @param Exception $e The skip object.
|
|
|
+ * @param float $time The current time.
|
|
|
* @return void
|
|
|
*/
|
|
|
public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) {
|
|
|
@@ -189,7 +189,7 @@ class CakeBaseReporter extends PHPUnit_TextUI_ResultPrinter {
|
|
|
/**
|
|
|
* A test suite started.
|
|
|
*
|
|
|
- * @param PHPUnit_Framework_TestSuite $suite The suite to start
|
|
|
+ * @param PHPUnit_Framework_TestSuite $suite The suite to start
|
|
|
* @return void
|
|
|
*/
|
|
|
public function startTestSuite(PHPUnit_Framework_TestSuite $suite) {
|
|
|
@@ -202,7 +202,7 @@ class CakeBaseReporter extends PHPUnit_TextUI_ResultPrinter {
|
|
|
/**
|
|
|
* A test suite ended.
|
|
|
*
|
|
|
- * @param PHPUnit_Framework_TestSuite $suite The suite that ended.
|
|
|
+ * @param PHPUnit_Framework_TestSuite $suite The suite that ended.
|
|
|
* @return void
|
|
|
*/
|
|
|
public function endTestSuite(PHPUnit_Framework_TestSuite $suite) {
|
|
|
@@ -211,7 +211,7 @@ class CakeBaseReporter extends PHPUnit_TextUI_ResultPrinter {
|
|
|
/**
|
|
|
* A test started.
|
|
|
*
|
|
|
- * @param PHPUnit_Framework_Test $test The test that started.
|
|
|
+ * @param PHPUnit_Framework_Test $test The test that started.
|
|
|
* @return void
|
|
|
*/
|
|
|
public function startTest(PHPUnit_Framework_Test $test) {
|
|
|
@@ -220,8 +220,8 @@ class CakeBaseReporter extends PHPUnit_TextUI_ResultPrinter {
|
|
|
/**
|
|
|
* A test ended.
|
|
|
*
|
|
|
- * @param PHPUnit_Framework_Test $test The test that ended
|
|
|
- * @param float $time The current time.
|
|
|
+ * @param PHPUnit_Framework_Test $test The test that ended
|
|
|
+ * @param float $time The current time.
|
|
|
* @return void
|
|
|
*/
|
|
|
public function endTest(PHPUnit_Framework_Test $test, $time) {
|