public function PHPUnit_Framework_TestListener::addError

An error occurred.

Parameters

PHPUnit_Framework_Test $test:

Exception $e:

float $time:

9 methods override PHPUnit_Framework_TestListener::addError()
Framework_TestListenerTest::addError in drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestListenerTest.php
An error occurred.
NativePhpunitPrinter::addError in drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php
An error occurred.
PHPUnit_Extensions_TicketListener::addError in drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TicketListener.php
An error occurred.
PHPUnit_TextUI_ResultPrinter::addError in drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php
An error occurred.
PHPUnit_Util_DeprecatedFeature_Logger::addError in drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/DeprecatedFeature/Logger.php
An error occurred.

... See full list

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestListener.php, line 66

Class

PHPUnit_Framework_TestListener
A Listener for test progress.

Code

public function addError(PHPUnit_Framework_Test $test, Exception $e, $time);