You are here

public function PHPUnit_Framework_TestListener::addError in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/TestListener.php \PHPUnit_Framework_TestListener::addError()

An error occurred.

Parameters

PHPUnit_Framework_Test $test:

Exception $e:

float $time:

8 methods override PHPUnit_Framework_TestListener::addError()
Framework_TestListenerTest::addError in vendor/phpunit/phpunit/tests/Framework/TestListenerTest.php
An error occurred.
PHPUnit_Extensions_TicketListener::addError in vendor/phpunit/phpunit/src/Extensions/TicketListener.php
An error occurred.
PHPUnit_Framework_BaseTestListener::addError in vendor/phpunit/phpunit/src/Framework/BaseTestListener.php
An error occurred.
PHPUnit_TextUI_ResultPrinter::addError in vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php
An error occurred.
PHPUnit_Util_Log_JSON::addError in vendor/phpunit/phpunit/src/Util/Log/JSON.php
An error occurred.

... See full list

File

vendor/phpunit/phpunit/src/Framework/TestListener.php, line 25

Class

PHPUnit_Framework_TestListener
A Listener for test progress.

Code

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