You are here

protected function ExceptionInAssertPreConditionsTest::assertPostConditions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/ExceptionInAssertPreConditionsTest.php \ExceptionInAssertPreConditionsTest::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

Overrides PHPUnit_Framework_TestCase::assertPostConditions

File

vendor/phpunit/phpunit/tests/_files/ExceptionInAssertPreConditionsTest.php, line 26

Class

ExceptionInAssertPreConditionsTest

Code

protected function assertPostConditions() {
  $this->assertPostConditions = true;
}