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()
PHPUnit_Framework_TestCase::runBare in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
Runs the bare test sequence.
6 methods override PHPUnit_Framework_TestCase::assertPostConditions()
ExceptionInAssertPostConditionsTest::assertPostConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPostConditionsTest.php
Performs assertions shared by all tests of a test case.
ExceptionInAssertPreConditionsTest::assertPostConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPreConditionsTest.php
Performs assertions shared by all tests of a test case.
ExceptionInSetUpTest::assertPostConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInSetUpTest.php
Performs assertions shared by all tests of a test case.
ExceptionInTearDownTest::assertPostConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTearDownTest.php
Performs assertions shared by all tests of a test case.
ExceptionInTest::assertPostConditions in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTest.php
Performs assertions shared by all tests of a test case.

... See full list

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() {
}