protected function 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()
6 methods override PHPUnit_Framework_TestCase::assertPostConditions()

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php, line 1846

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

protected function assertPostConditions() {
}