You are here

public function PHPUnit_Framework_TestListener::endTest in Zircon Profile 8

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

A test ended.

Parameters

PHPUnit_Framework_Test $test:

float $time:

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

... See full list

File

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

Class

PHPUnit_Framework_TestListener
A Listener for test progress.

Code

public function endTest(PHPUnit_Framework_Test $test, $time);