You are here

public function PHPUnit_Framework_TestListener::endTestSuite in Zircon Profile 8

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

A test suite ended.

@since Method available since Release 2.2.0

Parameters

PHPUnit_Framework_TestSuite $suite:

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

... See full list

File

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

Class

PHPUnit_Framework_TestListener
A Listener for test progress.

Code

public function endTestSuite(PHPUnit_Framework_TestSuite $suite);