You are here

protected function ExceptionInAssertPostConditionsTest::tearDown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/ExceptionInAssertPostConditionsTest.php \ExceptionInAssertPostConditionsTest::tearDown()

Tears down the fixture, for example, close a network connection. This method is called after a test is executed.

Overrides PHPUnit_Framework_TestCase::tearDown

File

vendor/phpunit/phpunit/tests/_files/ExceptionInAssertPostConditionsTest.php, line 31

Class

ExceptionInAssertPostConditionsTest

Code

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