You are here

protected function PHPUnit_Framework_TestCase::assertPostConditions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/TestCase.php \PHPUnit_Framework_TestCase::assertPostConditions()

Performs assertions shared by all tests of a test case.

This method is called before the execution of a test ends and before tearDown() is called.

@since Method available since Release 3.2.8

1 call to PHPUnit_Framework_TestCase::assertPostConditions()
PHPUnit_Framework_TestCase::runBare in vendor/phpunit/phpunit/src/Framework/TestCase.php
Runs the bare test sequence.
6 methods override PHPUnit_Framework_TestCase::assertPostConditions()
ExceptionInAssertPostConditionsTest::assertPostConditions in vendor/phpunit/phpunit/tests/_files/ExceptionInAssertPostConditionsTest.php
Performs assertions shared by all tests of a test case.
ExceptionInAssertPreConditionsTest::assertPostConditions in vendor/phpunit/phpunit/tests/_files/ExceptionInAssertPreConditionsTest.php
Performs assertions shared by all tests of a test case.
ExceptionInSetUpTest::assertPostConditions in vendor/phpunit/phpunit/tests/_files/ExceptionInSetUpTest.php
Performs assertions shared by all tests of a test case.
ExceptionInTearDownTest::assertPostConditions in vendor/phpunit/phpunit/tests/_files/ExceptionInTearDownTest.php
Performs assertions shared by all tests of a test case.
ExceptionInTest::assertPostConditions in vendor/phpunit/phpunit/tests/_files/ExceptionInTest.php
Performs assertions shared by all tests of a test case.

... See full list

File

vendor/phpunit/phpunit/src/Framework/TestCase.php, line 1839

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

protected function assertPostConditions() {
}