You are here

public function PHPUnit_Framework_TestListener::addFailure in Zircon Profile 8

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

A failure occurred.

Parameters

PHPUnit_Framework_Test $test:

PHPUnit_Framework_AssertionFailedError $e:

float $time:

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

... See full list

File

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

Class

PHPUnit_Framework_TestListener
A Listener for test progress.

Code

public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time);